futureSessionInfo {future}R Documentation

Get future-specific session information and validate current backend

Description

Get future-specific session information and validate current backend

Usage

futureSessionInfo(test = TRUE)

Arguments

test

If TRUE, one or more futures are created to query workers and validate their information.

Value

Nothing.

Examples

plan(multisession, workers = 2)
futureSessionInfo()
plan(sequential)

[Package future version 1.24.0 Index]