prim-0.1.0.0: src/RTS/Block.hs
module RTS.Block where
delay :: I64 {- ^ microseconds to wait -} -> ST_ s
delay = delay#
-- TODO: use a convenience type for file descriptors once you understand how they work.
waitRead,waitWrite :: I64 -> ST_ s
waitRead = waitRead#
waitWrite = waitWrite#