ChaosSpawn.ProcessSpawner

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

Summary

Functions

spawn(fun, watcher)
spawn(module, fun, args, watcher)
spawn_link(fun, watcher)
spawn_link(module, fun, args, watcher)
spawn_monitor(fun, watcher)
spawn_monitor(module, fun, args, watcher)