Behavior-Oriented Concurrency for Python

(microsoft.github.io)

34 points | by mpweiher 6 hours ago ago

3 comments

  • shutterkiller 3 hours ago

    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.

  • krystalgamer 17 minutes ago

    the example is atrocious, seems like erlang actor model but for python.

  • hanselot an hour ago

    Is it just me or is the example they use for the locking extremely badly implemented?

    Why would one ever result at that methodology?