Module cloudi_core_i_os_spawn

OS Process Spawn

Used interaction with the os_spawn process.

Copyright © 2011-2017 Michael Truog

Version: 1.7.1 Feb 26 2018 17:29:21 ------------------------------------------------------------------------

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

OS Process Spawn

Used interaction with the os_spawn process.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
spawn/15
start_link/0
terminate/2

Function Details

code_change/3

code_change(X1, State, X3) -> any()

handle_call/3

handle_call(Request, Client, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Request, State) -> any()

init/1

init(X1) -> any()

spawn/15

spawn(SpawnProcess, SpawnProtocol, SpawnSocketPath, Ports, SpawnRlimits, SpawnUserI, SpawnUserStr, SpawnGroupI, SpawnGroupStr, SpawnNice, SpawnChroot, SpawnDirectory, SpawnFilename, SpawnArguments, SpawnEnvironment) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(X1, State) -> any()


Generated by EDoc, Feb 26 2018, 17:29:21.