v0.2.0
taga43d805589e9680cb1f549f40268c5201ab51a08
object be4d28e81a028757074a01abfcabf75262624e79
authorEric Wong <normalperson@yhbt.net>
Wed, 8 Dec 2010 02:40:56 +0000 (7 18:40 -0800)
Ruby tdb - 0.2.0 - optional thread-safety

There is now basic thread-safety for Ruby 1.9 users
that can be enabled by passing :threadsafe => true
to TDB.new

MRI 1.8 users do not need thread-safety as native threads
are not used.