Skip to content

4.0.0

Compare
Choose a tag to compare
@LK-Simon LK-Simon released this 15 Aug 10:25
· 38 commits to main since this release
0f2de69

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 receives Eventable 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.