haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 18 forks source link

[DPP-86] A way to synchronously shutdown a ManagedProcess #107

Open qnikst opened 9 years ago

qnikst commented 9 years ago

[Imported from JIRA. Reported by Roman Gonzalez @roman) as DPP-86 on 2013-12-12 22:48:33] Would it be possible to have a shutdown on ManagedProcess that is not Asynchronous. I want to ensure Supervisor children are dying before I exit, probably a variant where we can decide a Shutdown Timeout?