We need a new `delay` method (name pending) which is basically `map_future` except it returns an `A` instead of an `Option<A>`. We need to figure out a consistent naming scheme for delay/throttle/debounce/etc.
We need a new
delaymethod (name pending) which is basicallymap_futureexcept it returns anAinstead of anOption<A>.We need to figure out a consistent naming scheme for delay/throttle/debounce/etc.