User loginNavigation |
archivesShould continuation capture always be considered to be stack unwinding?Take the case of using continuations to implement coroutines: when a coroutine yields, do we really want to run unwind handlers (i.e. dynamic-wind)? After all, we are still "in" the coroutine, only its execution has been suspended, and is expected to continue at the point of suspension. It would seem strange to run the unwind handlers in this case, no? Would it make sense to have two forms:
|
Browse archivesActive forum topics |
Recent comments
10 weeks 4 hours ago
10 weeks 11 hours ago
10 weeks 1 day ago
10 weeks 1 day ago
10 weeks 4 days ago
10 weeks 4 days ago
10 weeks 6 days ago
10 weeks 6 days ago
10 weeks 6 days ago
10 weeks 6 days ago