summaryrefslogtreecommitdiff
path: root/doc/design-concepts.txt
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-06-17 11:57:32 +0200
committerAndrew Shadura <andrew@shadura.me>2014-06-17 11:57:32 +0200
commitd1e7e16224c881ee3093658fe4cbf14db244cec7 (patch)
tree8850e7a55b4b1589a7a08e2364e9c12dad31962c /doc/design-concepts.txt
parent246fb6b81eef837f1269073255373bf0a3d5c27a (diff)
Update to the latest upstream snapshot
Diffstat (limited to 'doc/design-concepts.txt')
-rw-r--r--doc/design-concepts.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design-concepts.txt b/doc/design-concepts.txt
index 5d596bd..1c8ba46 100644
--- a/doc/design-concepts.txt
+++ b/doc/design-concepts.txt
@@ -114,3 +114,8 @@ use a coroutine library, such as the work-in-progress mowgli.coroutine.
Pretty much anything you can do with threads, you can do better with something,
*anything* else.
+
+Please note the Mowgli team will generally not accept intrusive patches to
+add any additional threading support aside from fixes and locking bugs. No
+atomics, no making anything in the library use threads. Don't waste your time.
+