fibre 0.5.1

High-performance, safe, memory-efficient sync/async channels built for real-time, low-overhead communication in concurrent Rust applications.
Documentation
1
2
3
4
5
6
7
[profile.default]
# Terminate after 3 × 60 s periods (i.e. 180 s)
slow-timeout = { period = "60s", terminate-after = 3 }

[[profile.default.overrides]]
filter = 'test(spmc_deadlock_tests::looped_repro_spmc_sync_hang_14c_1cap)'
slow-timeout = "5m"