syndicate-rs/syndicate-macros
Tony Garnock-Jones de795219af Fix up daemon retry logic. Also: named fields; better stop logic.
In particular:

1. The root facet is considered inert even if it has outbound
assertions. This is because the only outbound assertion it can have is
a half-link to a peer actor, which shouldn't prevent the actor from
terminating normally if the user-level "root" facet stops.

2. On stop_facet_and_continue, parent-facet continuations execute
inline rather than at commit time. This is so that a user-level "root"
facet can *replace* itself. Remains to be properly exercised/tested.
2021-09-28 17:10:36 +02:00
..
examples Fix up daemon retry logic. Also: named fields; better stop logic. 2021-09-28 17:10:36 +02:00
src Use `during!` macro in services 2021-09-20 15:10:31 +02:00
Cargo.toml Box-and-client dataflow example 2021-09-23 21:44:19 +02:00