Type Alias maitake::sync::wait_map::EnqueueWait

source ·
pub type EnqueueWait<'a, 'b, K, V, Lock> = Subscribe<'a, 'b, K, V, Lock>;
👎Deprecated since 0.1.3: renamed to Subscribe for consistency, use that instead
Expand description

Deprecated alias for Subscribe. See the Wait::subscribe documentation for more details.

Aliased Type§

struct EnqueueWait<'a, 'b, K, V, Lock> { /* private fields */ }