realworldocaml / examples

All the examples in Real World OCaml
The Unlicense
376 stars 81 forks source link

Fix classes async #3

Closed lpw25 closed 11 years ago

lpw25 commented 11 years ago

The examples were raising uncaught exceptions (I think there is a bug/conflict between the Async main loop and some of Graphics' signal handling stuff). These fixes avoid this bug.