syndicate-rs/syndicate
Tony Garnock-Jones ce6c46f1ae Remove actor next_task_id field 2021-08-26 12:39:08 +02:00
..
benches Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
doc Finish actor.rs docs 2021-08-13 20:12:11 -04:00
protocols First reorganisation of workspace into a ... workspace 2021-08-12 21:13:49 -04:00
src Remove actor next_task_id field 2021-08-26 12:39:08 +02:00
Cargo.toml (cargo-release) version 0.9.1 2021-08-25 17:32:23 +02:00
Makefile Split out syndicate-server crate 2021-08-12 21:42:14 -04:00
README.md Some documentation; rename Debtor to Account 2021-08-13 15:51:11 -04:00
build.rs First reorganisation of workspace into a ... workspace 2021-08-12 21:13:49 -04:00

README.md

This crate implements the Syndicated Actor model for Rust, including

  • intra-process communication (the [actor] module),
  • point-to-point links between actor spaces (the [relay] module),
  • and Dataspace objects (the [dataspace] module) for replicating state and messages among interested parties.