|
|
|
|
|
by thaunatos
3380 days ago
|
|
> * Futures is a crate that provides a common abstraction for delimited continuations I'm familiar with Java Futures, but can't tell if it's the same concept as what you're talking about. What exactly is a "delimited continuation"? |
|
A "delimited continuation" is that basic idea of having your code pick up once a future finishes executing.