Module: Concurrent::ErlangActor::EnvironmentConstants
- Included in:
- Concurrent::ErlangActor
- Defined in:
- lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb
Overview
These constants are useful where the body of an actor is defined. For convenience they are provided in this module for including.
Defined Under Namespace
Classes: AbstractLogicOperationMatcher, And, Or
Constant Summary collapse
- TIMEOUT =
Unique identifier of a timeout, singleton.
Token.new 'TIMEOUT'
- ANY =
A singleton which matches anything using #=== method
Promises::Channel::ANY