Expand description
Compute channel module.
Structs§
- Mpsc
Compute Channel - Create a channel using a [multi-producer, single-consumer channel to communicate with the compute server spawn on its own thread.
- Mutex
Compute Channel - The MutexComputeChannel ensures thread-safety by locking the server on every operation
- RefCell
Compute Channel - A channel using a ref cell to access the server with mutability.
Traits§
- Compute
Channel - The ComputeChannel trait links the ComputeClient to the ComputeServer while ensuring thread-safety