When and how to use continuation passing style

后端 未结 3 1383
执笔经年
执笔经年 2021-02-07 12:51

I have been reading about the continuation passing style programming technique (C# 3.0 implementation).

Why/when it would be useful to use this technique?

How ca

3条回答
  •  误落风尘
    2021-02-07 13:36

    An excellent write-up on CPS in C# context was made by Wes Dyer. I don't think I could possibly add anything meaningful to that. If some specific things are unclear there, go ahead and ask about them.

提交回复
热议问题