Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hotkit/threading

Fost 5 based threading helpers
https://github.com/hotkit/threading

asio c-plus-plus cpp17 thread

Last synced: about 5 hours ago
JSON representation

Fost 5 based threading helpers

Awesome Lists containing this project

README

        

# 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`