Skip to content

Commit 384aba0

Browse files
alexlapatyranron
andauthored
Reduce number of created threads on desktop platforms (#192)
Additionally: - upgrade `flutter_rust_bridge` crate to 2.9.0 version - get rid of `lazy_static` crate Co-authored-by: Kai Ren <[email protected]>
1 parent 9b7e2a9 commit 384aba0

22 files changed

+2377
-2075
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ All user visible changes to this project will be documented in this file. This p
66

77

88

9+
## main
10+
11+
[Diff](https://github.com/instrumentisto/medea-flutter-webrtc/compare/0.13.2...main)
12+
13+
### Changed
14+
15+
- Made number of utilized threads not depending on CPUs count. ([#192])
16+
- Upgraded [`flutter_rust_bridge`] crate to [2.9.0][frb-2.9.0] version. ([#192])
17+
18+
[#192]: https://github.com/instrumentisto/medea-flutter-webrtc/pull/192
19+
[frb-2.9.0]: https://github.com/fzyzcjy/flutter_rust_bridge/releases/tag/v2.9.0
20+
21+
22+
23+
924
## [0.13.2] · 2025-03-18
1025
[0.13.2]: https://github.com/instrumentisto/medea-flutter-webrtc/tree/0.13.2
1126

0 commit comments

Comments
 (0)