Adam Fraser
Adam Fraser
@sideeffffect That's fine.
Great! Thanks for the update!
This would be a good feature to add. I think we may want to think of this along with #2771 with point in time reports providing some valuable information (e.g....
@davesmith00000 Just released a new version.
This is another way to do it. The irregularity with both of these approaches to some extent is that it isn't true that we are caching values only. If computing...
Consider that fiber A calls `get` for a value at `t=0` for a value that takes 5 seconds to compute. At `t=1` fiber B calls `get` for the same value`....
Superseded by #143.
Yes I think supporting looking up a collection of values would be a better way to support this. I have an outstanding PR to add this that I will update.
@butcherless I added some logic to separate the interruption of daemon fibers from `exit` but calling `exit` directly is not recommended.