- name(): Returns the name of the thread (useful for debugging). - GetThreadRef(): Returns the ID of the worker thread (also useful for debugging). - QueueApc(): This is a Windows-only, protected function that allows derived classes on Windows to queue APCs to the worker thread. NOTRY=true (using notry since the patch has already passed the trybots and the cq is currently stalled) Review URL: https://codereview.webrtc.org/1908373002 Cr-Commit-Position: refs/heads/master@{#12472}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.