Add note about OS platform in README.md
This commit is contained in:
parent
4a02d3819f
commit
f6da7085ca
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
This repo has some examples using multi-threaded-programming because someone
|
||||
asked about how it works.
|
||||
|
||||
# Disclaimer
|
||||
|
||||
The examples have only been built/tested on Linux.
|
||||
|
||||
# Example 1
|
||||
|
||||
Just a very simple program that spawns a separate thread, prints some text, and
|
||||
|
|
Loading…
Reference in a new issue