Skip to content

hotkit/threading

Repository files navigation

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