Unichannel-wait added.

This commit is contained in:
2026-07-06 15:17:43 +02:00
parent 751099152b
commit e14494f3b3
4 changed files with 29 additions and 2 deletions
+5
View File
@@ -40,6 +40,11 @@ For `port-channel`, wrap the input and output endpoints separately:
(uni-channel-recv reader)
```
For output port-channels, `uni-channel-put` queues the value for the writer
thread. Use `uni-channel-close` followed by `uni-channel-wait` when shutdown must
wait until queued values have actually been written and the writer thread has
stopped.
Install and test:
```sh