wrap<T, U> static method
Implementation
static Sendable<T> wrap<T, U>(T Function(U) make, U data) =>
_SendableImpl._(make, data);
static Sendable<T> wrap<T, U>(T Function(U) make, U data) =>
_SendableImpl._(make, data);