timers-updatable-0.2: timers which are updatable in the remaining time

Control.Concurrent.Killable

Description

Ad hoc overload of term kill

Synopsis

Documentation

class Killable a whereSource

Objects that forked threads and can be killed

Methods

kill :: a -> IO ()Source