Module ark_api::module_run

source Β·
Expand description

πŸƒβ€β™‚οΈ Module Run API

This that enables modules to launch instances of other modules, or of itself, asynchronously in order to offload heavy computations

Structs

  • Reference to a function a module that can be run

Functions

  • Block and launch a function separate instance and wait for the result of it
  • Launch a function in a different module as a separate instance

Type Definitions