Worker: Worker object

Description Usage Usage Details Examples

Description

This object listens for tasks sent by some Rworker instance. After running, the status of the execution is sent back to the Rworker instance.

Usage

1

Usage

1
w <- worker()

Details

$listen() listens for tasks sent by the Rworker instance $report() returns the task execution state to Rworker instance

Examples

1
2
3
4
5
## Not run: 
w <- worker()
w$listen()

## End(Not run)

lecardozo/rworker documentation built on May 12, 2021, 5:37 p.m.