You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
non-blocking IO service with coroutine.
Describe the solution you'd like
For example, combine epoll/io_uring with libcopp via hooking syscalls, like Tencent/libco. Then we can call IO operateration without considering blocking api.
The text was updated successfully, but these errors were encountered:
No, ther is no plan.
Hooks of IO APIs will limit the IO/Event system and the ways differ from platform. Many large project have it's own event system.
libco only support linux, and some other implementation of coroutine hooks are limited to specify IO libraries.
The better practice is implementing these hooks as a plugin or a module of some application framework and using it's own executors and coroutine libraries.
Is your feature request related to a problem? Please describe.
non-blocking IO service with coroutine.
Describe the solution you'd like
For example, combine epoll/io_uring with libcopp via hooking syscalls, like Tencent/libco. Then we can call IO operateration without considering blocking api.
The text was updated successfully, but these errors were encountered: