Implementing Simple Futures with Coroutines--Rainer Grimm

First part.

Implementing Simple Futures with Coroutines

by Rainer Grimm

From the article:

Instead of return, a coroutine uses co_return returning its result. In this post, I want to implement a simple coroutine using co_return...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.