mojo: Allow basic RunLoop to be quit from a posted task.
Right now, if the runloop is observing handles and a delayed task tries to quit it, it will block until one handle gets a signal. This CL ensures that a delayed task can quit the runloop. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/588593002 Cr-Commit-Position: refs/heads/master@{#296378}
Showing
Please register or sign in to comment