Skip to content

Instantly share code, notes, and snippets.

@elight
Created July 31, 2013 21:07
Show Gist options
  • Save elight/6126186 to your computer and use it in GitHub Desktop.
Save elight/6126186 to your computer and use it in GitHub Desktop.
sets:fold(fun (Id, ok) ->
supervisor:terminate_child(?MODULE, Id),
supervisor:delete_child(?MODULE, Id),
ok
end, ok, Kill),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment