quininer / ritsu

An experimental asynchronous runtime based on `io-uring`.
MIT License
76 stars 4 forks source link

thread safe ? #1

Closed quininer closed 4 years ago

quininer commented 4 years ago

I intentionally implemented a single-threaded prototype to keep it simple.

The thread-safe version comes with some inherent overhead, and I'm not sure if it will be implemented before it is 0.1 released.

quininer commented 4 years ago

I decided to abandon unsync mod because it is not popular in the realworld.