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

https://github.com/badouralix/itr-tutorial

Multitask and realtime programming
https://github.com/badouralix/itr-tutorial

multitask realtime

Last synced: about 1 year ago
JSON representation

Multitask and realtime programming

Awesome Lists containing this project

README

          

# itr-tutorial

Multitask and realtime programming

## How-to

To compile a given file `solution.cpp`:

```bash
g++ -ltr solution.cpp -o solution.out
```

## Resources

- [Exercises](http://irfu.cea.fr/Pisp/shebli.anvar/prog-mt-rtos/index.html)