Changes for version 0.05 - 2018-07-23
- CHANGES
- Ensure an empty query event doesn't fail
- Ensure that a dying subscriber to query doesn't kill the entire distribution
- Make empty results count as failures for Query
- Make Query return empty result if all its subscribers did
- Use Syntax::Keyword::Try instead of plain eval{} block
Modules
- Event::Distributor - a simple in-process pub/sub mechanism
- Event::Distributor::Action - an event that requires one subscriber
- Event::Distributor::Query - an event that collects a result
- Event::Distributor::Signal - an event that returns no result
- Event::Distributor::_Event - base class for Event::Distributor events