and in `graph/src/lib.rs` `Entry::get`, if `!memoi...
# development
w
and in
graph/src/lib.rs
Entry::get
, if
!memoize
, don't ever actually store a Future for the Node.
a
What will keep the
Future
to drive execution, though? Dropped Future == dropped execution, right?
w
It would still be spawned on the executor, and would still have a Future returned from
Scheduler::execute
... we would just compute it... pre-dirtied, maybe?