-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule coroio
updated
20 files
+1 −1 | .github/workflows/c-cpp.yml | |
+6 −0 | CMakeLists.txt | |
+1 −1 | README.md | |
+2 −2 | coroio/base.hpp | |
+123 −15 | coroio/corochain.hpp | |
+1 −1 | coroio/epoll.cpp | |
+1 −2 | coroio/kqueue.cpp | |
+2 −2 | coroio/poll.cpp | |
+53 −16 | coroio/poller.hpp | |
+16 −20 | coroio/promises.hpp | |
+14 −24 | coroio/resolver.cpp | |
+9 −10 | coroio/resolver.hpp | |
+2 −2 | coroio/select.cpp | |
+2 −2 | coroio/socket.cpp | |
+8 −7 | coroio/socket.hpp | |
+4 −3 | coroio/uring.hpp | |
+4 −8 | examples/bench.cpp | |
+3 −4 | examples/echoclient.cpp | |
+1 −2 | examples/resolver.cpp | |
+246 −60 | tests/tests.cpp |