Crate irox_threading
source ·Expand description
Multithreading and Asynchronous programming tools and utilities
Structs
- A
CompletableTaskis a one-time-use shuttle struct to enable tasks/threads to provide the result of an compute operation. Once the task is completed, any additional attempts to complete the task results in an error.