Skip to content

Releases: petar-m/EventBroker

build & publish with github actions

01 Dec 12:41
ca8ad2b
Compare
Choose a tag to compare

There are no functional changes. Build & publish is now automated with github actions.

Async EventBroker and Runners

10 Sep 16:18
Compare
Choose a tag to compare

This release adds async version of EventBroker.
New interfaces:

IEventBrokerAsync
IEventHandlerRunnerAsync
IEventHandlerAsync
IEventHandlerAsyncFactory

New implementations:

EventBrokerAsync
ContinueAfterHandlersRunnerAsync
RestrictedThreadPoolRunnerAsync
UnrestrictedThreadPoolRunnerAsync

2.0.0

24 Jun 20:36
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/petar-m/EventBroker

Initial release.

20 Oct 14:28
Compare
Choose a tag to compare
1.0.0

ReadMe updated.