Add a note about adding a rw_locking_dispatcher class.

This commit is contained in:
chris 2004-04-06 07:24:26 +00:00
parent 207c789f6a
commit 332a7579e6

View File

@ -53,3 +53,8 @@ outstanding asynchronous operations. If the object needs to die early it can
request that it be unregistered in which case it would receive the notification
immediately. Perhaps the interface is similar to an asynchronous "condition
variable"?
Add a rw_locking_dispatcher
---------------------------
Add a new dispatcher implementation, similar to locking_dispatcher except that
it provides functionality like a readers-writers lock.