@hackage thread-hierarchy0.1.0.3

Simple Haskel thread management in hierarchical manner

This package provides parent-child association and guaranteed clean-up of children over plain Haskell thread. You can terminate all child threads and grand child threads by just killing their parent thread. asynchronous exception.