zng::var

Type Alias ResponderVar

source
pub type ResponderVar<T> = ArcVar<Response<T>>;
Expand description

Variable used to notify the completion of an async operation.

Use response_var to init.

Aliased Typeยง

struct ResponderVar<T>(/* private fields */);