- dcc1534 Delete rtc::TaskQueue by Danil Chapovalov · 11 months ago
- 8e2ab67 Do not use Windows default task queue when building with Chromium by Philipp Hancke · 1 year, 1 month ago
- 9fdceb8 Add environment_construction poison by Danil Chapovalov · 1 year, 2 months ago
- 9c69c46 Revert "Measure wall clock time of capture and encode processing." by Markus Handell · 1 year, 2 months ago
- 78f905e Move some users to use webrtc::RefCountInterface by Harald Alvestrand · 1 year, 3 months ago
- 8039cdb Measure wall clock time of capture and encode processing. by Markus Handell · 1 year, 3 months ago
- fd3b346 Allow absl::Nonnull and absl::Nullable. by Tommi · 1 year, 3 months ago
- 8da5953 Support initializing PendingTaskSafetyFlag with a specific TaskQueue. by Tommi · 1 year, 3 months ago
- a84368c TaskQueueBase: use C++17. by Markus Handell · 1 year, 4 months ago
- 66bf3f4 Make PendingTaskSafetyFlag compatible with component builds by Tommi · 1 year, 5 months ago
- 18aba66 Add test to ensure task deleted on TQ by Per K · 1 year, 7 months ago
- ae61aca Implement support for Chrome task origin tracing. #3.7/4 by Markus Handell · 1 year, 11 months ago
- a1ceae2 Implement support for Chrome task origin tracing. #3.5/4 by Markus Handell · 1 year, 11 months ago
- 2a256c8 Implement support for Chrome task origin tracing. #2/4 by Markus Handell · 1 year, 11 months ago
- 82da932 Ensure task queues delete closures in task queue context. by Markus Handell · 2 years, 1 month ago
- 123a0ed Revert "Add checks for api/test mocks to make sure they're complete" by Florent Castelli · 2 years, 2 months ago
- e87ec28 Add checks for api/test mocks to make sure they're complete by Florent Castelli · 2 years, 8 months ago
- f76a823 Enable Chromium's rtc::ThreadWrapper to use TaskQueueTest. by Markus Handell · 2 years, 4 months ago
- 4b68194 Reland "Add TaskQueueStdlib experiment." by Ali Tofigh · 2 years, 5 months ago
- e7e3d59 Revert "Add TaskQueueStdlib experiment." by Ali Tofigh · 2 years, 5 months ago
- 83db78e Add TaskQueueStdlib experiment. by Ali Tofigh · 2 years, 5 months ago
- 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 5 months ago
- e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 5 months ago
- c0ce454 Delete QueuedTask and ToQueuedTask as no longer needed by Danil Chapovalov · 2 years, 6 months ago
- c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 6 months ago
- a7e15a2 Introduce helper to guard an invocable with a safety flag by Danil Chapovalov · 2 years, 7 months ago
- 8feb6fd Introduce new interface for TaskQueueBase using absl::AnyInvocable by Danil Chapovalov · 2 years, 7 months ago
- ef15928 Add public visibility to pending_task_safety_flag by Artem Titov · 2 years, 7 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 7 months ago
- 5b8dc1d Add RTC_EXPORT to CurrentTaskQueueSetter by Evan Shrubsole · 2 years, 8 months ago
- b951dc6 Allow specifying delayed task precision of dcsctp::Timer. by Henrik Boström · 3 years ago
- 27e8a09 Add ability to specify delayed task precision in RepeatingTaskHandle. by Henrik Boström · 3 years ago
- cf9899c TaskQueueBase: Add PostDelayedHighPrecisionTask(). by Henrik Boström · 3 years ago
- cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 6 months ago
- 0e61fdd Use backticks not vertical bars to denote variables in comments for /api by Artem Titov · 3 years, 6 months ago
- 6cdb67f Document expected thread safety of the TaskQueue interface by Danil Chapovalov · 4 years ago
- 5ad16a5 suppress 'Paramaterized test suite never instantiated' warning by Danil Chapovalov · 4 years, 8 months ago
- 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 8 months ago
- 6866dc7 Reland "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Tommi · 4 years, 8 months ago
- 28685dc Revert "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Artem Titov · 4 years, 8 months ago
- 46b3bc6 Make sure that "current" rtc::Thread instances are always current for TaskQueueBase. by Tommi · 4 years, 8 months ago
- ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
- 92dd35d Reland "Force Chromium deps on the WebRTC component." by Mirko Bonadei · 5 years ago
- 2419dc9 Revert "Force Chromium deps on the WebRTC component." by Mirko Bonadei · 5 years ago
- 53e157d Force Chromium deps on the WebRTC component. by Mirko Bonadei · 5 years ago
- d4002a7 RTC_EXPORT missing symbols for Chromium's component build. by Mirko Bonadei · 5 years ago
- c04792e Component Build support for api/task_queue:task_queue_test. by Mirko Bonadei · 5 years ago
- 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 2c6ea52 In TaskQueueTest::PostDelayedAfterDesctruct increase timeout by Danil Chapovalov · 5 years ago
- 41300af Poison default task queue factory by Danil Chapovalov · 6 years ago
- b249c54 Delete GlobalTaskQueueFactory as now unused by Danil Chapovalov · 6 years ago
- 95e0a60 Increase TaskQueueTest.PostALot timeouts by Danil Chapovalov · 6 years ago
- f504dd3 Rewrite TaskQueueTest.PostALot by Danil Chapovalov · 6 years ago
- 8ea977d Add ScopedAllowBaseSyncPrimitivesForTesting to Webrtc. by François Doray · 6 years ago
- 4f779c6 Remove legacy empty task_queue BUILD targets and build arg by Danil Chapovalov · 6 years ago
- ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 6 years ago
- effdfe2 Move dependency on chromium DefaultTaskQueueFactory by Danil Chapovalov · 6 years ago
- 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 6 years ago
- 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 6 years ago
- 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
- 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
- 3b548dd Move rtc::NewClosure into own build target as ToQueuedTask by Danil Chapovalov · 6 years ago
- f3280e9 Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue by Danil Chapovalov · 6 years ago
- d00405f Drop support for link-time injection of the rtc::TaskQueue::Impl by Danil Chapovalov · 6 years ago
- 2684ab3 Test default TaskQueue implementation via TaskQueueBase interface by Danil Chapovalov · 6 years ago
- a9cfa47 Revert "Delete rtc_task_queue_impl build target" by Mirko Bonadei · 6 years ago
- 56973e6 Delete rtc_task_queue_impl build target by Danil Chapovalov · 6 years ago
- fa52efa Migrate stdlib task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
- 826f2e7 Migrate win task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
- 47cf5ea Migrate gcd task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
- eb17524 Migrate libevent task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
- 710f3d3 Use task queue factory factory as parameter for TaskQueueTest by Danil Chapovalov · 6 years ago
- 87ce874 Allow link-time injection of the DefaultTaskQueueFactory by Danil Chapovalov · 6 years ago
- 01f64e0 Add test to verify TaskQueue memory access order. by Artem Titov · 6 years ago
- f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
- 33b716f Publish task queue test suite. by Danil Chapovalov · 6 years ago
- b4c6d1e Connect global task queue factory and rtc::TaskQueue by Danil Chapovalov · 6 years ago
- baaf911 Introduce global task queue factory. by Danil Chapovalov · 6 years ago
- 348b08a Introduce webrtc::TaskQueue and TaskQueueFactory interfaces by Danil Chapovalov · 6 years ago
- 959e9b6 Publish rtc::QueuedTask in api as webrtc::QueuedTask by Danil Chapovalov · 6 years ago