lean4-htt/src/Std/Sync
Sofia Rodrigues 4898f28c12
feat: add Std.Broadcast type (#10369)
This PR adds a multi-consumer, multi-producer channel to Std.Sync.

This PR depends on: #10366, #10367 and #10370.

---------

Co-authored-by: Markus Himmel <markus@lean-fro.org>
2025-10-06 17:47:18 +00:00
..
Barrier.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
Basic.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
Broadcast.lean feat: add Std.Broadcast type (#10369) 2025-10-06 17:47:18 +00:00
Channel.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
Mutex.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
Notify.lean feat: add Std.Notify type (#10368) 2025-09-24 03:35:08 +00:00
RecursiveMutex.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00
SharedMutex.lean refactor: module-ize remainder of Std (#9195) 2025-07-17 11:43:57 +00:00