microsoft / verona-rt

The runtime for the Verona project
MIT License
25 stars 14 forks source link

Implementation of BoC in C# #19

Closed mjp41 closed 1 year ago

mjp41 commented 1 year ago

This is an implementation of behaviour oriented concurrency in C#. It builds on the C# task library and provides the when API for scheduling behaviours.

mjp41 commented 1 year ago

FYI @lukecheeseman, @plietar, @MadsTorgersen