Struct opencv::core::AsyncArray [−][src]
pub struct AsyncArray { /* fields omitted */ }
Expand description
Returns result of asynchronous operations
Object has attached asynchronous state. Assignment operator doesn’t clone asynchronous state (it is shared between all instances).
Result can be fetched via get() method only once.
Implementations
Trait Implementations
Retrieving the result with timeout Read more