jbaldwin / libcoro

C++20 coroutine library
Apache License 2.0
566 stars 57 forks source link

Rename THREADING feature to PLATFORM #198

Closed jbaldwin closed 10 months ago

jbaldwin commented 10 months ago

This feature is gating linux platform features (epoll specifically) and not really threading, I think renaming it is more appropriate than keeping it the same name.

Closes #183