summaryrefslogtreecommitdiff
path: root/src/Control/Concurrent/Async/Lifted/Instrument.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2017-01-23 22:32:17 -0500
committerjoe <joe@jerkface.net>2017-01-23 22:33:08 -0500
commit058ccb22f43e9053fa37ed719d31c72dd6dac27c (patch)
treef6faea43c0b4cc9428e0b8cb8d0b836a9ec13107 /src/Control/Concurrent/Async/Lifted/Instrument.hs
parent6a2506745dd06ad0849a1b0d440ad9751a69cf81 (diff)
Added thread-debug flag and "threads" command.
Diffstat (limited to 'src/Control/Concurrent/Async/Lifted/Instrument.hs')
-rw-r--r--src/Control/Concurrent/Async/Lifted/Instrument.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Control/Concurrent/Async/Lifted/Instrument.hs b/src/Control/Concurrent/Async/Lifted/Instrument.hs
new file mode 100644
index 00000000..eab0fadc
--- /dev/null
+++ b/src/Control/Concurrent/Async/Lifted/Instrument.hs
@@ -0,0 +1,5 @@
1module Control.Concurrent.Async.Lifted.Instrument
2 ( module Control.Concurrent.Async.Lifted
3 ) where
4
5import Control.Concurrent.Async.Lifted