Antongz / Operating_System_Multithreads

For understanding and implementation of multithreads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Operating System Multithreads

For understanding and implementation of multithreads.

Requirements

Windows operating system

Must include pthread.h in compiler

Linux operating system

No special requirements

Usage

On terminal gcc -pthread -o thread thread.cpp

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

For understanding and implementation of multithreads.


Languages

Language:C++ 100.0%