Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raigorx/simple-thread
c++ threads simple examples
https://github.com/raigorx/simple-thread
xmake
Last synced: 8 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T04:42:04.000Z (over 1 year ago)
- Last Synced: 2024-10-24T13:58:55.542Z (22 days 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