NAME
Erlang::Parser::Node::ReceiveAfter - the after clause for a receive statement
DESCRIPTION
Specifies the length of time after which the clause should activate, and the statement block to execute in that case.
Accessors
time
-
A Erlang::Parser::Node that yields the number of milliseconds, or the atom infinity.
stmts
-
A list of Erlang::Parser::Nodes to run if the timeout is activated.
Methods
print
-
Pretty-prints the node to its filehandle argument.
EXAMPLE
after X ->
Y