# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1479656493 0
# Node ID 315c7eadac5f3c1a0ca81c567d093f873da78c81
# Parent  4dd91c34148734d629e7b0da54ba9993666d071e
Mention concurrency

diff -r 4dd91c341487 -r 315c7eadac5f README.markdown
--- a/README.markdown	Sun Nov 20 15:40:05 2016 +0000
+++ b/README.markdown	Sun Nov 20 15:41:33 2016 +0000
@@ -11,5 +11,7 @@
 cl-digraph focuses on simplicity, correctness, and usability.  Performance is
 not *terrible*, but is not a high priority.
 
+It is currently not thread-safe, but this may happen in the future.
+
 The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X.  Further
 testing is welcome.
diff -r 4dd91c341487 -r 315c7eadac5f docs/index.markdown
--- a/docs/index.markdown	Sun Nov 20 15:40:05 2016 +0000
+++ b/docs/index.markdown	Sun Nov 20 15:41:33 2016 +0000
@@ -11,5 +11,7 @@
 cl-digraph focuses on simplicity, correctness, and usability.  Performance is
 not *terrible*, but is not a high priority.
 
+It is currently not thread-safe, but this may happen in the future.
+
 The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X.  Further
 testing is welcome.