Skip to content

0.0.3

Compare
Choose a tag to compare
@leostera leostera released this 20 Nov 20:24
· 262 commits to main since this release
8f6c100

Changes:

  • Big namespace refactor. Riot.Runtime includes the lower-level runtime
    blocks, and everything else that is more user-friendly lives at the Riot.*
    level.
  • Introduce reduction counting, so processes will run up to N iterations unless
    they finish, or they execute an unhandled effect.
  • Introduce the Application interface for managing the lifecycle of the system
  • Fix Riot.Logger to fit the Application interface
  • Add a new Riot.Telemetry backend for doing async telemetry