https://github.com/tony-go/non-block
Expirement with non blocking in C++
https://github.com/tony-go/non-block
Last synced: 9 months ago
JSON representation
Expirement with non blocking in C++
- Host: GitHub
- URL: https://github.com/tony-go/non-block
- Owner: tony-go
- Created: 2023-03-09T21:18:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T21:23:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T16:18:27.287Z (11 months ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# non-blockin
## Build
```shell
mkdir build
cd build
cmake ..
make
```
## Usage
```shell
./example
```