This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
External Process Spawning BIFs #331
Labels
enhancement
An enhancement to existing functionality or new functionality
Milestone
Process spawning BIFs that take a Node on which to spawn the process, which should be implemented with the Distribution work and (potentially) as stubs that only work for
:nonode@nohost
when the local node is not alive.spawn(node, fun)
spawn(node, module, function, args)
spawn_link(node, function)
spawn_link(node, module, function, args)
spawn_opt(node, function, options)
spawn_opt(node, module, function, args, options)
The text was updated successfully, but these errors were encountered: