Disruptor v2.6 Release Notes

    • ๐Ÿ‘ท Introduced WorkerPool to allow the one time consumption of events by a worker in a pool of EventProcessors.
    • ๐Ÿ†• New internal implementation of SequenceGroup which is lock free at all times and garbage free for get and set operations.
    • SequenceBarrier now checks alert status on every call whether it is blocking or not.
    • โž• Added scripts in preparation for publishing binaries to maven repository.