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]
Calls of whenNext/whenComplete should be stalled until init() returns.
Notes: