© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
J03
Just another bit in the byte
Don't coroutines block? If something is being heavily processed in the background, IO with stutter or block, right?
j
stuff ;)
it's more a generator system that can be used blocking or non blocking if i read and remember correctly. don't know about the python implementation a really good point i never would've thought about thx :)