Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved PollableCondition into sys/posix, posix only impl. | Alan Conway | 2008-09-12 | 1 | -100/+0 |
| | | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694812 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown ↵ | Alan Conway | 2008-09-11 | 1 | -0/+100 |
issues. sys/PollableCondition: is a generic mechansim to poll for non-IO events in the Poller. sys/PollableQueue: is a thread-safe queue template that can be dispatched from the Poller when there are items on the queue. It uses PollableCondition. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694243 13f79535-47bb-0310-9956-ffa450edef68 |