Task {hivPlatform}R Documentation

Task

Description

R6 class for representing a background task

Examples

## Not run: 
task <- Task$new(function() { 1 + 1})
task$Result

## End(Not run)

[Package hivPlatform version 2.0.5 Index]