mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Immediate close means that anything pending will be discarded. - Plumb immediate all the way down to the handle watcher close call. - When an EventStream is closed because no one is listening for events, close immediately. - Don't call Dart_NewSendPort with ILLEGAL_PORT in sky embedder. - Bump DEPS to include fixes for Dart_NewSendPort and profiler signal handler executing after shared object is unloaded. - Fixes https://github.com/domokit/mojo/issues/79 R=zra@google.com Review URL: https://codereview.chromium.org/1060193002