Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hotkit/threading
- Owner: hotkit
- Created: 2015-06-05T06:04:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T02:50:37.000Z (over 4 years ago)
- Last Synced: 2024-05-01T21:17:02.964Z (7 months ago)
- Topics: asio, c-plus-plus, cpp17, thread
- Language: C++
- Size: 115 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
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`