3 releases
0.1.2 | Sep 15, 2023 |
---|---|
0.1.1 | Sep 14, 2023 |
0.1.0 | Sep 14, 2023 |
#849 in Science
194 downloads per month
Used in 13 crates
17KB
370 lines
gmt_dos-actors-clients_interface
Interface definition betweeen an actor and an actor's client.
Data is passed from the actor to the client by invoking Read::read
from the client.
Data is passed from the client to the actor by invoking Write::write
from the client.
The client state may be updated by invoking Update::update
from the client
lib.rs
:
gmt_dos-actors-clients_interface
Interface definition betweeen an actor and an actor's client.
Data is passed from the actor to the client by invoking Read::read from the client.
Data is passed from the client to the actor by invoking Write::write from the client.
The client state may be updated by invoking Update::update from the client
Dependencies
~0.4–1MB
~23K SLoC