Add note about OS platform in README.md

This commit is contained in:
Stephen Seo 2021-08-24 14:56:55 +09:00
parent 4a02d3819f
commit f6da7085ca

View file

@ -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