This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main :: () { | |
| /* | |
| Somewhere in main we start the event loop on a separate thread. | |
| The event loop enables cooperative multi-tasking between tasks. A task is a coroutine. | |
| We call this event loop 'Overloop'. | |
| */ | |
| // Prepare some user data for the event loop (*void) |