Skip to content

Commit 4898f28

Browse files
algebraic-devTwoFX
andauthored
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 <[email protected]>
1 parent 16400e2 commit 4898f28

File tree

3 files changed

+1038
-0
lines changed

3 files changed

+1038
-0
lines changed

src/Std/Sync.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ public import Std.Sync.RecursiveMutex
1313
public import Std.Sync.Barrier
1414
public import Std.Sync.SharedMutex
1515
public import Std.Sync.Notify
16+
public import Std.Sync.Broadcast
17+
18+
@[expose] public section

0 commit comments

Comments
 (0)