Added in_thread parameter to `Application.run`.
This is useful for running an application in a background thread, while the main thread blocks. This way, we are sure not to interfere with an event loop in the current thread.
J
Jonathan Slenders committed
e8f69965539138665a4015c712a23aeb24afd232
Parent: b76946c