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 insteadExpand description
Deprecated alias for Subscribe
. See the Wait::subscribe
documentation for more details.
Aliased Typeยง
struct EnqueueWait<'a, 'b, K, V, Lock> { /* private fields */ }