• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle


  • UQuarktoC++C++ coroutines do not spark joy
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    From the article, it seems that coroutines and “green threads” (e.g. goroutines and lua coroutines) are quite different things. As far as I understood, coroutines are just a way to pause/resume operation while retaining local scope state