An implementation of Coroutine by using a continuation monad. It's using a monad library [1]. [1] https://github.com/fsharp/fsharpx
7 people like thisPosted: 13 years ago by einblicker
This snippet implements a semi-coroutine by continuations.
4 people like thisPosted: 13 years ago by einblicker