▲ | nromiun 3 days ago | ||||||||||||||||
This is cool. So basically you create a group of threads and you can treat them as one unit. Trio does something similar (structured concurrency) with async functions for Python. Are these OS threads or green threads? | |||||||||||||||||
▲ | didibus 3 days ago | parent [-] | ||||||||||||||||
They can be OS threads or green threads, you can choose. | |||||||||||||||||
|