class Concurrent::Promises::AbstractEventFuture
def state
-
(:pending, :fulfilled, :rejected)- -
(:pending, :resolved)- -
(Symbol)-
Overloads:
-
a_future.state -
an_event.state
def state internal_state.to_sym end