We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7446ce commit 7576633Copy full SHA for 7576633
unfork/Unfork.hs
@@ -65,6 +65,8 @@ unforkAsyncSTM_ action =
65
-}
66
67
-- | Turns an IO action into a fire-and-forget async action
68
+--
69
+-- For example, use @('unforkAsyncIO_' 'putStrLn')@ to log to stdout in a multi-threaded application.
70
unforkAsyncIO_ ::
71
(task -> IO result)
72
-- ^ Action that needs to be run serially
0 commit comments