245 Views
I wrote about continuation-passing style in a post a couple of months ago, and I’ve had time to ruminate over it since. One consideration I had is whether to return a type or not. This is easily handled by overloading the method. I also describe how I created an executable with Func<int, void>.
0 comments