reactive-async
reactive-async copied to clipboard
Stall whenNext/whenCompete until initialized
Calls of whenNext/whenComplete should be stalled until init() returns.
Notes:
- Maybe on can reuse Cell.tasksActive to track, if init() has returned.
- Maybe State.deps could be used as Map[otherCell, CallbacksToRegisterLater]