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

[project @ 1999-12-01 14:34:38 by simonmar]

Support for blocking & unblocking asynchronous exceptions.

  - new primops:

	blockAsyncExceptions#, unblockAsyncExceptions# :: IO a -> IO a

  - raiseInThread will block if the target thread is currently
    blocking async exceptions.

  - async exceptions are currently implicitly blocked inside
    an exception handler.  This decision might be reversed when
    we have more experience with this stuff.

  - Move exception-related stuff in the RTS into its own file,
    Exception.{h,hc}.
parent 0b7a92a6
No related merge requests found
Loading
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