aboutsummaryrefslogtreecommitdiff
path: root/tests/utils/src/bin
diff options
context:
space:
mode:
authorCorey Schuhen <[email protected]>2025-05-28 18:15:15 +1000
committerCorey Schuhen <[email protected]>2025-05-28 20:29:08 +1000
commit277f6f7331684a0008930a43b6705ba52873d1f5 (patch)
tree6d0028cc89cf1556c811cd7eba18d680bce18439 /tests/utils/src/bin
parent645883d8748995beb8b07f5cee93ac960f6d6a9f (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 'tests/utils/src/bin')
0 files changed, 0 insertions, 0 deletions