pub fn drop_join_handle<R>(
    f: impl Fn(Offchain) -> JoinHandle<R>
) -> impl Fn(Offchain) -> Ready<()>
Expand description

Ignore the future that comes out of a call to f(), instead returning Ready<()>.