¡@

Home 

c# Programming Glossary: callcc

How could the new async feature in c# 5.0 be implemented with call/cc?

http://stackoverflow.com/questions/4070237/how-could-the-new-async-feature-in-c-sharp-5-0-be-implemented-with-call-cc

continuations natively via call with current continuation callcc but I don't really understand how that works or what it does.. et al. had decided to bite the bullet and just implement callcc in c# 5.0 instead of the async await special case what would.. what would the above snippet look like c# asynchronous callcc async await continuation passing share improve this question..