Live data from Hacker News

Viewing profile — medi11

medi11

HN member
Joined
Tue, Nov 08, 2016, 10:12 AM UTC
HN karma
2
Public activity
2 items

About medi11

No profile information was provided.

Recent public activity

  1. comment
    Comment #13875986

    http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p053... call/cc is the basic mechanism - useful to implement stackful coroutines and fibers (cooperative multi-tasking)

  2. comment
    Comment #12899003

    How does it compare to boost.fiber ( http://www.boost.org/doc/libs/1_62_0/libs/fiber/doc/html/ind... )?