ChaosSpawn

The app for Chaos spawn. Provides all the wrapped spawn functions.

Summary

Functions

process_registered?(pid)
register_process(pid)
spawn(fun)
spawn(module, fun, args)
spawn_link(fun)
spawn_link(module, fun, args)
spawn_monitor(fun)
spawn_monitor(module, fun, args)
start()
start(type, args)

Callback implementation for c::application.start/2.

stop()