cplusplus / sender-receiver

Issues list for P2300
Apache License 2.0
19 stars 3 forks source link

Add support for a coroutine task type #241

Open lewissbaker opened 4 months ago

lewissbaker commented 4 months ago

To improve the user-experience of sender/receiver we should also provide a coroutine task type that allows users to implement and consume senders by writing a coroutine.

Some basic requirements:

Other things to consider:

lewissbaker commented 4 months ago

See also #36