-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
It’d be nice if there were a way to opt-in to getting a promise of a cell’s next value. This would allow two things:
-
A cell could start running before a cell it references has fulfilled. This would allow some operations to proceed in parallel, without needing to break these operations out into another cell.
-
A cell could handle an error if a cell it references errors. For example,
promiseof foo.catch(() => "default")
ortry { return await promiseof foo; } catch { return "default"; }
. Related Cell level error handling runtime#286.
yurivish, tomlarkworthy, mbostock, CobusT, enjalot and 1 more
Metadata
Metadata
Assignees
Labels
No labels