diff options
Diffstat (limited to 'vendor/jod-thread/README.md')
-rw-r--r-- | vendor/jod-thread/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/jod-thread/README.md b/vendor/jod-thread/README.md new file mode 100644 index 000000000..b4b9ea627 --- /dev/null +++ b/vendor/jod-thread/README.md @@ -0,0 +1,2 @@ +**J**oin **O**n **D**rop thread (`jod_thread`) is a thin wrapper around `std::thread`, +which makes sure that by default all threads are joined. |