envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Remove `#shutdown!` from PollWaiter #134

Closed wingyu closed 7 years ago

wingyu commented 7 years ago

Following the discussion from https://github.com/envato/event_sourcery/pull/133, it was agreed that it would be cleaner to remove #shutdown! the poll waiter's interface. It doesn't need to be in the default PollWaiter and the Postgres version need not expose it either (Instead it should be a private method)

Related: https://github.com/envato/event_sourcery-postgres/pull/5