Skip to content
GitLab
Explore
Sign in
[io] make the lock implementation protecting a IoContext's cq configurable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Maxim Onciul
requested to merge
cq_lock
into
master
Mar 08, 2021
Overview
0
Commits
1
Pipelines
0
Changes
5
Expand
options:
spin_lock - naive CAS spin lock
mutex - std::mutex
counting_try_lock (default) - our own lightweight special purpose synchronization primitive
Merge request reports
Loading