BUG-2288: implement DOMNotificationRouter 78/13478/15
authorRobert Varga <rovarga@cisco.com>
Tue, 9 Dec 2014 14:09:59 +0000 (15:09 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 9 Feb 2015 09:38:17 +0000 (09:38 +0000)
Implements DOMNotification(Publish)Service using LMAX Disruptor. The
disruptor is used internallly to transfer requests from publishers to
two-stage notification dispatch, where the frist stage takes care of
delivering events to subscribers and the second stage notifies the
futures.

Change-Id: I654d9d044e80b2a2ff6fd5b05ddceed4e79a4ebc
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found