Skip to content

Instantly share code, notes, and snippets.

@tibbe
Created April 13, 2010 14:11
Show Gist options
  • Save tibbe/364655 to your computer and use it in GitHub Desktop.
Save tibbe/364655 to your computer and use it in GitHub Desktop.
type TimeoutCallback = IO ()
data EventManager = EventManager
{ emTimeouts :: IORef (PSQ TimeoutCallback)
, ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment