Chaos Spawn v0.9.0 ChaosSpawn.ProcessSpawner

Provides spawn functions that call Kernel.* methods but also pass the new pid to the ChaosSpawn.ProcessWatcher

Link to this section Summary

Link to this section Functions

Link to this function spawn(fun, watcher)
Link to this function spawn(module, fun, args, watcher)
Link to this function spawn_link(fun, watcher)
Link to this function spawn_link(module, fun, args, watcher)
Link to this function spawn_monitor(fun, watcher)
Link to this function spawn_monitor(module, fun, args, watcher)