Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 347 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 347 Bytes

f5-threading

Thread safe collections

Each one has a specialised API that best matches the use of the collection in a threaded environment.

  • map.hpp
  • ring.hpp
  • set.hpp

Asio helpers

  • reactor.hpp
  • sync.hpp

Asio based thread communication primitives

  • channel.hpp
  • eventfd.hpp
  • queue.hpp
  • transform.hpp