ReplayPromise - advantageous/reakt GitHub Wiki
A ReplayPromise
helps ensure that the event handler callbacks (then
, thenExpect
, catchError
) happen on the calling thread instead of the callee. This is usually works with a Reactor.
A ReplayPromise
helps ensure that the event handler callbacks (then
, thenExpect
, catchError
) happen on the calling thread instead of the callee. This is usually works with a Reactor.