gmt_dos-actors-clients_interface

Giant Magellan Telescope Dynamic Optical Simulation Actor to Clients Interface

11 releases (5 stable)

1.3.1 May 3, 2024
1.3.0 Mar 22, 2024
1.0.0 Jan 22, 2024
0.1.5 Dec 2, 2023
0.1.2 Sep 15, 2023
Download history 42/week @ 2024-06-13 46/week @ 2024-06-20 21/week @ 2024-06-27 10/week @ 2024-07-04 37/week @ 2024-07-11 51/week @ 2024-07-18 48/week @ 2024-07-25 44/week @ 2024-08-01 27/week @ 2024-08-08 23/week @ 2024-08-15 26/week @ 2024-08-22 39/week @ 2024-08-29 30/week @ 2024-09-05 27/week @ 2024-09-12 55/week @ 2024-09-19 39/week @ 2024-09-26

158 downloads per month
Used in 16 crates (15 directly)

MIT license

29KB
629 lines

gmt_dos-actors-clients_interface

Crates.io Documentation

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
~22K SLoC