Turnstile 0.0.2
Listener Builder
Implement a listener builder that will create a function that will act as an EventEmitter event handler forwarding the event to an object method that accepts an error-first callback. If the object method fails, then the Turnstile's error handler is invoke. This way, all errors can be funned through the same error handling strategy.