Skip to content

[io] make the lock implementation protecting a IoContext's cq configurable

Florian Fischer requested to merge aj46ezos/emper:cq_lock into master

options:

  • spin_lock - naive CAS spin lock
  • mutex - std::mutex
  • counting_try_lock (default) - our own lightweight special purpose synchronization primitive

Merge request reports