Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diixo/thrx
Communication library, that implemented threads interaction.
https://github.com/diixo/thrx
Last synced: 16 days ago
JSON representation
Communication library, that implemented threads interaction.
- Host: GitHub
- URL: https://github.com/diixo/thrx
- Owner: diixo
- Created: 2020-06-30T20:08:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T23:46:54.000Z (about 4 years ago)
- Last Synced: 2023-10-20T19:19:44.537Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Thrx-library
===================
Communication library, that implemented threads interaction.License and Copyright
---------------------
Copyright (C) 2020 - All rights reservedAll metadata is proprietary unless otherwise stated.
License information for any other files is either explicitly stated or
defaults to proprietary.# Build options
```
mkdir build
cmake --build ./build --config Debug --target app_test
make
```# Build
Build dependencies
-```
cmake -H. -Bbuild
```