lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.36k stars 462 forks source link

[Enhancement] vector<bool>'s co_resource #218

Open nofe1248 opened 1 year ago

nofe1248 commented 1 year ago

How about adding a new coroutine type co_resource? vector's blog post co_resource: An RAII coroutine Implementation of co_resource in neo_fun