From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Net::WAMP::RPCWorker

SYNOPSIS

if ($worker->caller_can_receive_progress()) {
$worker->yield_progress( {}, \@args, \%args_kw );
}
$worker->error( {}, 'wamp.error.invalid_argument', \@args, \%args_kw );
$worker->yield( {}, \@args, \%args_kw );

DESCRIPTION

This object is a convenience for doing RPC calls.