EventProxy
An implementation of task/event based asynchronous pattern
...The tail method keeps using the latest values when participating events continue to update. EventProxy also provides standard emitter operations such as on, once, emit, and listener removal. It works in Node.js and browsers and supports CommonJS, AMD, and CMD module environments.