about summary refs log tree commit homepage
path: root/lib/tdb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb.rb')
-rw-r--r--lib/tdb.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tdb.rb b/lib/tdb.rb
index 67114c9..47cb54c 100644
--- a/lib/tdb.rb
+++ b/lib/tdb.rb
@@ -3,7 +3,8 @@ require 'tdb_ext'
 class TDB
   autoload :MT, 'tdb/mt'
 
-  # makes the current TDB object thread-safe
+  # makes the current TDB object thread-safe (DANGEROUS)
+  # Do not use this method yet, it has problems
   def threadsafe!
     extend MT
   end