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