In `RedSynchronizer`: Currently one can produce: - Instance value - `Future` - `ListenableFuture` - `RedFutureOf` We should consider adding some method to produce custom values with a translator, mapping from `<T>` to `RedFutureOf<R>`.
In
RedSynchronizer: Currently one can produce:FutureListenableFutureRedFutureOfWe should consider adding some method to produce custom values with a translator, mapping from
<T>toRedFutureOf<R>.