win: Delay quitting until next tick of message loop
authorCheng Zhao <zcbenz@gmail.com>
Thu, 27 Aug 2015 03:42:06 +0000 (11:42 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Thu, 27 Aug 2015 03:42:06 +0000 (11:42 +0800)
commitab859067aaa4d275c252f8bc3c913ba3463f6003
tree62f58a239b4038a07dd173f0d470aedadb8bb4be
parent9cdefb6069ade76854be8125e0d4c86265963a41
win: Delay quitting until next tick of message loop

This fixes app.quit() not working when it is called before the message
loop starts to run.
atom/browser/browser.cc