From f6da7085ca8d576217baab5d840227150810cc3c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 24 Aug 2021 14:56:55 +0900 Subject: [PATCH] Add note about OS platform in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df121bf..1309682 100644 --- a/README.md +++ b/README.md @@ -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