Merge pull request #70 from fverdugo/2025-26

Small fixes for lecture 03
This commit is contained in:
Francesc Verdugo
2025-09-08 12:04:41 +02:00
committed by GitHub
2 changed files with 17 additions and 12 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."
]
},
{