|
|
|
|
|
by 0az
2214 days ago
|
|
Structured concurrency is why you should use Trio. What do you get? For starters, Ctrl-C/KeyboardInterrupt just works. By restricting the design space, you end up with much more intuitive designs. Obligatory Structured Concurrency essay link: https://vorpus.org/blog/notes-on-structured-concurrency-or-g... I recommend giving it a read. |
|