| ▲ | Behavior-Oriented Concurrency for Python(microsoft.github.io) | |
| 23 points by mpweiher 5 hours ago | 2 comments | ||
| ▲ | shutterkiller 2 hours ago | parent | next [-] | |
Nice to see actor-ish ideas framed in Python terms. Curious how this compares in practice to Trio/asyncio once you need supervision and restart semantics. | ||
| ▲ | hanselot 9 minutes ago | parent | prev [-] | |
Is it just me or is the example they use for the locking extremely badly implemented? Why would one ever result at that methodology? | ||