Crate node_workers
source · [−]Macros
A macro to quickly create an array of payload. This is usefull for running a task with payloads of different types.
Structs
Represents an empty payload that can be sent to a node worker
A pool of nodejs workers
Traits
Represent a data that can be sent to a node worker. Under the hood, node worker can only receive and transfer back serde_json::Value. This trait is mainly for convenience as it is already implemented for all primitive types, and lets you send all kinds of data to a node worker without boilerplate.