| mirai-package | R Documentation |
moving already
Evaluates R expressions asynchronously and in parallel, locally or
distributed across networks. An official parallel cluster type for R. Built
on 'nanonext' and 'NNG', its non-polling, event-driven architecture scales
from a laptop to thousands of processes across high-performance computing
clusters and cloud platforms. Features FIFO scheduling with task
cancellation, promises for reactive programming, 'OpenTelemetry' distributed
tracing, and custom serialization for cross-language data types.
For local mirai requests, the default transport for inter-process communications is platform-dependent: abstract Unix domain sockets on Linux, Unix domain sockets on MacOS, Solaris and other POSIX platforms, and named pipes on Windows.
This may be overridden by specifying 'url' in daemons() and launching
daemons using launch_local().
mirai provides comprehensive OpenTelemetry tracing support for observing
asynchronous operations and distributed computation. Please refer to the
OpenTelemetry vignette for further details:
vignette("v05-opentelemetry", package = "mirai")
vignette("mirai", package = "mirai")
Maintainer: Charlie Gao charlie.gao@posit.co (ORCID)
Other contributors:
Joe Cheng joe@posit.co [contributor]
Posit Software, PBC (ROR) [copyright holder, funder]
Hibiki AI Limited [copyright holder]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.