TAGC / AsyncBus

Simple asynchronous in-memory message bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support integration with Reactive Extensions

TAGC opened this issue · comments

An IBus should expose an Observe<T> method that allows messages of type T to be observed using Rx extension methods, similar to what MemBus does.

Good to go.