forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This cl refactor TaskQueues to use a PIMPL implementation on linux/An…
…droid. In later steps the Win/Mac implementation will also be refactored. The rtc_task_queue target is split up in three separate targets: rtc_task_queue_api: Contains the header file task_queue.h but no implementation. Only external TaskQueue implementations should directly depend on this target. rtc_task_queue_impl: Contains the default implementation of task_queue.h. Only external application targets should directly depend on this target. rtc_task_queue: WebRTC targets should depend on this target. It unconditionally depend on rtc_task_queue_api and depending on the new build flag,|rtc_link_task_queue_impl|, depend on rtc_task_queue_impl. BUG=webrtc:8160 Review-Url: https://codereview.webrtc.org/3003643002 Cr-Commit-Position: refs/heads/master@{#19516}
- Loading branch information
Showing
4 changed files
with
194 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.