class Concurrent::Promises::Event

Represents an event which will happen in future (will be resolved). The event is either pending or resolved. It should be always resolved. Use {Future} to communicate rejections and cancellation.