-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(epoll): pull newest helio dependency (#366)
This should fix the deadlock bugs that happen in some rare cases when using epoll proactor. Signed-off-by: Roman Gershman <[email protected]> Signed-off-by: Roman Gershman <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule helio
updated
10 files
+2 −2 | examples/s3_demo.cc | |
+84 −32 | util/cloud/aws.cc | |
+30 −14 | util/cloud/aws.h | |
+5 −14 | util/cloud/s3.cc | |
+2 −1 | util/cloud/s3.h | |
+19 −1 | util/epoll/epoll_proactor_test.cc | |
+3 −4 | util/epoll/epoll_socket.cc | |
+40 −17 | util/epoll/proactor.cc | |
+2 −2 | util/fiber_sched_algo.cc | |
+3 −3 | util/uring/proactor.cc |