315c7eadac5f

Mention concurrency
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Nov 2016 15:41:33 +0000
parents 4dd91c341487
children 6de791e0fdd5
branches/tags (none)
files README.markdown docs/index.markdown

Changes

--- 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.
--- 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.