build based on 788d7f3

This commit is contained in:
Documenter.jl
2025-09-08 10:08:36 +00:00
parent e80f59fe3f
commit 755669d4ef
25 changed files with 41 additions and 34 deletions

View File

@@ -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."
]
},
{