Unichannel-wait added.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user