Am 13.07.2015 um 15:02 schrieb Jack Applegame:

Ctrl+C doesn't interrupt running tasks (some I/O in infinite loop inside) and runEventLoop() doesn't return.

By default it does (well, it just terminates running tasks,
unfortunately, instead of using Task.interrupt()). Do you have any
more information?