Icicle v0.8.3 Release Notes

Release Date: 2015-09-17 // over 8 years ago
  • ๐Ÿ†• New Features

    • โž• Added Coroutine\run() function that may be used to create an initial coroutine that runs the rest of the application. This function should not be called in a running event loop.
    • ๐Ÿšฆ All loop events can now be referenced/unreferenced like timers using the reference() and unreference() methods on event objects. Only referenced events will prevent an event loop from exiting the run() method. Signal events are created as unreferenced, while all other events are created as referenced.