aries-framework-swift icon indicating copy to clipboard operation
aries-framework-swift copied to clipboard

Introduce event bus

Open conanoc opened this issue 2 years ago • 0 comments

aries-framework-kotlin uses event bus. It has advantages over delegates:

  1. It allows multiple listeners for an event.
  2. It can implement event waiters more efficiently. (We are currently using two kinds of event waiters in TestHelper and AsyncWaiter.)

We may use combine in Swift.

conanoc avatar Nov 29 '23 08:11 conanoc