4.0.0
Version 4.0.0 introduces considerable refactoring and interface changes:
EventReceivable
is no longer a class to inherit from for your own Event Processing Threads.EventThread
is now the class to inherit from for your own Event Process Threads.- Nomenclature has been standardised throughout the library to eliminate any ambiguity between an
EventReceiver
(which is a fundamental base type for anything which receivesEventable
objects. EventPool
and all of its supporting types have been introduced as a major new feature for this release- README.MD has been fully updated to reflect all refactoring and feature changes introduced for this version.