diff options
| author | Corey Schuhen <[email protected]> | 2025-05-28 18:15:15 +1000 |
|---|---|---|
| committer | Corey Schuhen <[email protected]> | 2025-05-28 20:29:08 +1000 |
| commit | 277f6f7331684a0008930a43b6705ba52873d1f5 (patch) | |
| tree | 6d0028cc89cf1556c811cd7eba18d680bce18439 /embassy-time-queue-utils/src | |
| parent | 645883d8748995beb8b07f5cee93ac960f6d6a9f (diff) | |
Make Sync capable versions of DynamicSender and DynamicReceiver.
DynamicSender and DynamicReceiver, just seem to be a fat pointer to a
Channel which is already protected by it's own Mutex already. In fact,
you can share the Channel already betwen threads and create Dynamic*er's
in the target threads. It should be safe to share the Dynamic*er's
directly. Can only be used when Mutex M of channel supoorts Sync.
Diffstat (limited to 'embassy-time-queue-utils/src')
0 files changed, 0 insertions, 0 deletions
