Nim implementation of Syndicate
Go to file
Emery Hemingway 2a09e61f2b Adapt to non-throwing fromPreserve
Use the new fromPreserve proc that indicates failure with its
return value to test if a handler can process a pattern match.
2021-08-28 10:49:58 +02:00
src Adapt to non-throwing fromPreserve 2021-08-28 10:49:58 +02:00
tests Rename sendMessage to send 2021-07-12 12:10:11 +02:00
.gitignore Use monotonic time for the timer driver 2021-07-09 17:45:44 +02:00
README.md Initial Syndicate DSL 2021-06-29 17:44:03 +02:00
syndicate.nimble Require Preserves >= 0.3.0 2021-06-29 18:46:31 +02:00

README.md

Syndicate

Nim implementation of Syndicate dataspaces and actors.

TODO

  • Complete Syndicate DSL
  • Timer driver
  • Remote dataspaces
  • Async-dispatch integration