diff options
author | James Crayne <jim.crayne@gmail.com> | 2017-11-14 05:17:02 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2017-11-19 23:40:14 +0000 |
commit | 43219aa4da88fbf3187230af0b5ad5b2d17f177a (patch) | |
tree | 915d7e6d77006431c40a8ad050bec0dd85a20515 /src/Data | |
parent | 01db8c87be13d4f1cbb2b60ecfa534301078df9f (diff) |
netcrypto dequeue thread
Diffstat (limited to 'src/Data')
-rw-r--r-- | src/Data/PacketQueue.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/PacketQueue.hs b/src/Data/PacketQueue.hs index 66cf3383..b349bf4b 100644 --- a/src/Data/PacketQueue.hs +++ b/src/Data/PacketQueue.hs | |||
@@ -8,6 +8,7 @@ module Data.PacketQueue | |||
8 | , new | 8 | , new |
9 | , dequeue | 9 | , dequeue |
10 | , enqueue | 10 | , enqueue |
11 | , observeOutOfBand | ||
11 | ) where | 12 | ) where |
12 | 13 | ||
13 | import Control.Concurrent.STM | 14 | import Control.Concurrent.STM |