12 releases (6 stable)
1.3.2 | Oct 25, 2024 |
---|---|
1.3.1 | May 3, 2024 |
1.3.0 | Mar 22, 2024 |
1.0.0 | Jan 22, 2024 |
0.1.2 | Sep 15, 2023 |
#1016 in Science
220 downloads per month
Used in 17 crates
(16 directly)
30KB
635 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