Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raigorx/Simple-Thread

c++ threads simple examples
https://github.com/raigorx/Simple-Thread

xmake

Last synced: 23 days ago
JSON representation

c++ threads simple examples

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