Module sharded_thread::mesh
source · Expand description
The idea of the mesh is to be able to connected threads together through channels.
Structs
- A Mesh is a structure which can be shared in every thread by reference to allow threads to join the Mesh and talk to each others.