Examples with IO #5
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
It would be nice if not all examples were very CPU heavy.
One thing that is often hard to teach about the GVL is when things can actually happen in parallel or not, as such it would be nice to have some examples that do some IOs to show how it release the GVL for other threads.
It would also make for good screenshot in the README so that people don't start to think threads are entirely worthless.
The text was updated successfully, but these errors were encountered: