Skip to content

Commit

Permalink
The documentation for pause now indicates that the event handlers a…
Browse files Browse the repository at this point in the history
…re not, in fact, unregistered. #73
  • Loading branch information
HeinrichApfelmus committed Dec 21, 2014
1 parent 77da7a7 commit 03e3f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactive-banana/src/Reactive/Banana/Frameworks.hs
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ actuate :: EventNetwork -> IO ()
actuate = Prim.actuate . unEN

-- | Pause an event network.
-- Immediately stop producing output and
-- unregister all event handlers for inputs.
-- Immediately stop producing output.
-- (In a future version, it will also unregister all event handlers for inputs.)
-- Hence, the network stops responding to input events,
-- but it's state will be preserved.
--
Expand Down

0 comments on commit 03e3f12

Please sign in to comment.