Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Thrx-library
===================
Communication library, that implemented threads interaction.

License and Copyright
---------------------
Copyright (C) 2020 - All rights reserved

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