summaryrefslogtreecommitdiff
path: root/platform/darwin/src/async_task.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Use common instead of default mode for run loop source (#5503)Jesse Bounds2016-06-291-1/+1
| | | | | | The map events instigated by certain actions (i.e. updates from a UIScrollView) are not processed by the run loop with `kCFRunLoopDefaultMode`until the thread is idle. This changes the mode to `kCFRunLoopCommonModes` to avoid this issue.
* [darwin] use CFRunLoopSourceInvalidate() to also cancel any pending ↵Konstantin Käfer2016-04-121-1/+1
| | | | AsyncTask invocations
* [ios, osx] Replace libuv with native implementationsJohn Firebaugh2016-04-011-0/+71