https://github.com/raigorx/Simple-Thread
c++ threads simple examples
https://github.com/raigorx/Simple-Thread
xmake
Last synced: 10 months ago
JSON representation
c++ threads simple examples
- Host: GitHub
- URL: https://github.com/raigorx/Simple-Thread
- Owner: raigorx
- Created: 2023-08-10T19:18:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T04:42:04.000Z (over 2 years ago)
- Last Synced: 2025-02-19T23:30:35.640Z (11 months ago)
- Topics: xmake
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Thread
Simple example of how to execute code in threads
## How to build
https://xmake.io/#/
https://github.com/xmake-io/xmake-vscode
## Util commands
xmake project -k compile_commands
xmake project -k vsxmake // this one generate a visual studio solution
## Docker
there is a docker container made for use in visual studio code just install docker and the vscode extension
https://code.visualstudio.com/docs/devcontainers/containers
follows just hit the notification "reopen in container" that appers when you open this repository as folder in vscode
this container setup a gcc and clang compiler in ubuntu for quick test