jbaldwin / libcoro

C++20 coroutine library
Apache License 2.0
599 stars 62 forks source link

Move details clock using statements to be public #217

Closed jbaldwin closed 11 months ago

jbaldwin commented 11 months ago

https://github.com/jbaldwin/libcoro/pull/215

The idea here is to make it easier to know what the types are since they are currently details/hidden.