utahplt / chorex

Choreographic programming in Elixir
https://hex.pm/packages/chorex
MIT License
14 stars 0 forks source link

full-duplex asychrony, events library #4

Open bennn opened 1 month ago

bennn commented 1 month ago

Replicate the Events library from the Chorex paper. Handle out-of-order messages like in Fig 4:

https://programming-journal.org/2024/8/8/

Maybe it's possible with Elixir built-ins, no need for a Chorex.Events library?