From 7f87cbc2e5289f328c3278a991519068d8747374 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 5 Apr 2013 21:21:19 +0000 Subject: add optional thread-safety module This can make Mahoro easier-to-use in multi-threaded apps where magic concurrency is not required. For real concurrency, it is recommended users create per-thread Mahoro objects. --- doc.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc.mk') diff --git a/doc.mk b/doc.mk index 9d9af9b..2480585 100644 --- a/doc.mk +++ b/doc.mk @@ -1,7 +1,7 @@ all:: -.ri/created.rid: mahoro.c - rdoc --ri -o $(@D) $< +.ri/created.rid: mahoro.c lib/mahoro/thread_safe.rb + rdoc --ri -o $(@D) $^ order = order += Mahoro @@ -12,6 +12,7 @@ order += Mahoro\#flags= order += Mahoro\#valid? order += Mahoro\#compile order += Mahoro.compile +order += Mahoro::ThreadSafe mahoro.txt: .ri/created.rid ( \ -- cgit v1.2.3-24-ge0c7