You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added helper logic for wrapping supervisors as well as workers (from previousrelease). Used as follows:
Replace a call to supervisor with a call to ChaosSpawn.Chaotic.ChaoticSupervisor.supervisor.
Any process of this child will then be automatically registered as a process that can be killed.
Added helper logic for wrapping workers. Used as follows:
Replace a call to worker with a call to ChaosSpawn.Chaotic.ChaoticWorker.worker.
Any proceses of this child will then be automatically registered as a process that can be killed.