mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Allow the startup to complete without taking control of the runloop. #9600

Open iainx opened 4 years ago

iainx commented 4 years ago

Separate the initialization/shutdown sequence into separate methods just on the offchance that a separate runloop might be used. You never know...

Therzok commented 4 years ago

I don't have enough context to know how to review this.