Chinmay Garde cc3801a431 Leak the embedder message loop on Mac. (#2585)
Dart has the tendency to call `exit()` on arbitrary threads. This causes
the assertion to trip. Since this should only happen when Dart is
running the shell in non-interactive mode, we leak the message loop
without proper shutdown.

We should never hit this path on iOS.
2016-04-08 11:00:07 -07:00
..
2016-02-23 09:03:52 -08:00