diff options
author | joe <joe@jerkface.net> | 2017-01-23 22:32:17 -0500 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-01-23 22:33:08 -0500 |
commit | 058ccb22f43e9053fa37ed719d31c72dd6dac27c (patch) | |
tree | f6faea43c0b4cc9428e0b8cb8d0b836a9ec13107 /src/Control/Concurrent/Async/Lifted | |
parent | 6a2506745dd06ad0849a1b0d440ad9751a69cf81 (diff) |
Added thread-debug flag and "threads" command.
Diffstat (limited to 'src/Control/Concurrent/Async/Lifted')
-rw-r--r-- | src/Control/Concurrent/Async/Lifted/Instrument.hs | 5 |
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 @@ | |||
1 | module Control.Concurrent.Async.Lifted.Instrument | ||
2 | ( module Control.Concurrent.Async.Lifted | ||
3 | ) where | ||
4 | |||
5 | import Control.Concurrent.Async.Lifted | ||