Skip to content
Snippets Groups Projects
Commit d149df42 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-08-27 08:20:34 by simonmar]

oops, export threadWaitRead etc.
parent 6d8504e2
No related merge requests found
......@@ -20,7 +20,10 @@ module PrelConc
, seq -- :: a -> b -> b
, yield -- :: IO ()
{-threadDelay, threadWaitRead, threadWaitWrite,-}
-- Waiting
, threadDelay -- :: Int -> IO ()
, threadWaitRead -- :: Int -> IO ()
, threadWaitWrite -- :: Int -> IO ()
-- MVars
, MVar -- abstract
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment