Expand description
macros,builders, etc.
Macros§
- produce
- Generate an empty process instance
- produce_
data - Generate an empty process instance with data
- produce_
data_ future - Generate a process instance for a given future with data
- produce_
emit - Add an emit component to the process producer, and get emit sender
- produce_
future - Generate a process instance for a given future
- produce_
query - Add a query component to the process producer, and get query sender and reply receiver
- produce_
read - Add an read component to the process producer, and get read receiver
- produce_
ref_ read - Add read by reference component to the process producer
- produce_
reply1 - Add a reply-to-query component of type 1 to the process producer
- produce_
reply2 - Add a reply-to-query component of type 2 to the process producer
Structs§
- Arch
Data - Silx archive data
- Process
Instance - Process instance for a servant
- Process
Producer - Process producer which manages the construction of a servant instance
- Starter
Producer - Builder for silx network, including clusters definitions only
- Starter
Producer With Flow - Builder for silx network starter, including clusters definitions with: servants names and builder files; data channels names, types and builder files
- Starter
Producer With Processes - Builder for silx network starter, including clusters definitions with servants names and builder files
Enums§
- Filed
- Filed data type
- Filed
Starter - Filed definition of a starter, i.e. this definition contains files names in order to serialize into different sub-files.
- MsgFrom
Servant - Task request from a servant to the master of a cluster
- RecFiled
- Recursive filed data type
- Reply
ToServant - Message from the master of a cluster to a servant following a request
- Starter
- Unfiled definition of a starter
Traits§
- Arch
Sized - A trait helper for building a sized archive from a slx data
- Filable
- Properties of a type containing a variable data structure partially stored by means of several serialization files
- Servant
Builder - Trait with serde tag and main servant builder implementations
- Servant
Builder Parameters - Trait for defining servant builder parameters
- SlxData
- A marker for data exchanged through silx channels
Functions§
- terminated
- Asynchroneous process which is permanently pending
Type Aliases§
- PinArch
Data - Pinned mutable reference to silx archive data
- Send
ToMaster - Alias for a channel sender from servant to master