elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.09k stars 155 forks source link

Multi threading support #489

Open Konstantin8105 opened 6 years ago

Konstantin8105 commented 6 years ago

Example of c code https://gist.github.com/ozanyildiz/1863593

Konstantin8105 commented 6 years ago

http://www.geeksforgeeks.org/multithreading-c-2/