mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-24 09:24:32 +01:00
Fix small explanation in Julia async
This commit is contained in:
@@ -738,7 +738,8 @@
|
||||
"\n",
|
||||
"- `put!` will wait for a `take!` if there is not space left in the channel's buffer.\n",
|
||||
"- `take!` will wait for a `put!` if there is no data to be consumed in the channel.\n",
|
||||
"- Both `put!` and `take!` will raise an error if the channel is closed."
|
||||
"- `put!` will raise an error if the channel is closed.\n",
|
||||
"- `take!` will raise an error if the channel is closed *and* empty."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user