thread constraint

This commit is contained in:
Naoyuki Kanezawa
2013-05-06 20:48:38 +09:00
parent a5898573c6
commit 06c1da57b4
8 changed files with 261 additions and 106 deletions

View File

@@ -9,7 +9,7 @@ import java.util.concurrent.ConcurrentMap;
/**
* The event emitter which is ported from the JavaScript module.
* The event emitter which is ported from the JavaScript module. This class is thread-safe.
*
* @see <a href="https://github.com/component/emitter">https://github.com/component/emitter</a>
*/