summaryrefslogtreecommitdiff
path: root/doc/design-concepts.txt
diff options
context:
space:
mode:
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.
+