Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
refs/heads/main
/
api
/
task_queue
6e4b5cf
Disable TQ coroutine experimental tests in chromium builds
by Tommi
· 2 days ago
fb5a4a9
Add a test for a synchronous (not asynchronous) TQ coroutine
by Tommi
· 3 days ago
c59ae90
A minimalistic coroutine implementation on top of TQ
by Tommi
· 5 days ago
306943d
Demonstrate a trampoline for step 1 of Sigslot removal
by Harald Alvestrand
· 3 months ago
d26ff67
Reformat gn files
by Philipp Hancke
· 4 months ago
10fab30
Reduce usage of public sources in build files
by Danil Chapovalov
· 4 months ago
5682d46
Tighten environment_construction poison
by Danil Chapovalov
· 5 months ago
3d12066
Remove redundant webrtc:: prefixes in api
by Harald Alvestrand
· 5 months ago
2f5c266
[cleanup] Fix redundant webrtc name specifier
by Evan Shrubsole
· 6 months ago
ee5ab34
Use webrtc name specifier instead of rtc/cricket in api
by Evan Shrubsole
· 7 months ago
af4395a
IWYU api/
by Philipp Hancke
· 7 months ago
3672d60
Migrate template alias nullability annotations to macros.
by Mirko Bonadei
· 8 months ago
27a99b1
Remove libevent tasks queue factory
by Philipp Hancke
· 8 months ago
652c771
Move time_utils.h and crypto_random.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
39c1c7e
Move event.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
74ace1a
Remove libevent task queue.
by Markus Handell
· 11 months ago
90c67e7
Comment unused variables in implemented functions 7\n
by Dor Hen
· 1 year, 1 month ago
2548d22
WebRTC-TaskQueue-ReplaceLibeventWithStdlib: Launch stdlib task queue.
by Markus Handell
· 1 year, 2 months ago
a8dd3a3
Add missing dependency.
by Mirko Bonadei
· 1 year, 3 months ago
5ac2c74
Apply include-cleaner to api/task_queue
by Dor Hen
· 1 year, 3 months ago
99c519b
Mass removal of absl_deps in all BUILD.gn files
by Florent Castelli
· 1 year, 6 months ago
dcc1534
Delete rtc::TaskQueue
by Danil Chapovalov
· 1 year, 9 months ago
8e2ab67
Do not use Windows default task queue when building with Chromium
by Philipp Hancke
· 1 year, 11 months ago
9fdceb8
Add environment_construction poison
by Danil Chapovalov
· 2 years ago
9c69c46
Revert "Measure wall clock time of capture and encode processing."
by Markus Handell
· 2 years ago
78f905e
Move some users to use webrtc::RefCountInterface
by Harald Alvestrand
· 2 years ago
8039cdb
Measure wall clock time of capture and encode processing.
by Markus Handell
· 2 years, 1 month ago
fd3b346
Allow absl::Nonnull and absl::Nullable.
by Tommi
· 2 years, 1 month ago
8da5953
Support initializing PendingTaskSafetyFlag with a specific TaskQueue.
by Tommi
· 2 years, 1 month ago
a84368c
TaskQueueBase: use C++17.
by Markus Handell
· 2 years, 1 month ago
66bf3f4
Make PendingTaskSafetyFlag compatible with component builds
by Tommi
· 2 years, 3 months ago
18aba66
Add test to ensure task deleted on TQ
by Per K
· 2 years, 5 months ago
ae61aca
Implement support for Chrome task origin tracing. #3.7/4
by Markus Handell
· 2 years, 9 months ago
a1ceae2
Implement support for Chrome task origin tracing. #3.5/4
by Markus Handell
· 2 years, 9 months ago
2a256c8
Implement support for Chrome task origin tracing. #2/4
by Markus Handell
· 2 years, 9 months ago
82da932
Ensure task queues delete closures in task queue context.
by Markus Handell
· 2 years, 11 months ago
123a0ed
Revert "Add checks for api/test mocks to make sure they're complete"
by Florent Castelli
· 3 years ago
e87ec28
Add checks for api/test mocks to make sure they're complete
by Florent Castelli
· 3 years ago
f76a823
Enable Chromium's rtc::ThreadWrapper to use TaskQueueTest.
by Markus Handell
· 3 years, 2 months ago
4b68194
Reland "Add TaskQueueStdlib experiment."
by Ali Tofigh
· 3 years, 3 months ago
e7e3d59
Revert "Add TaskQueueStdlib experiment."
by Ali Tofigh
· 3 years, 3 months ago
83db78e
Add TaskQueueStdlib experiment.
by Ali Tofigh
· 3 years, 3 months ago
2cfc1af
Update rtc::Event::Wait call sites to use TimeDelta.
by Markus Handell
· 3 years, 3 months ago
e519f38
Remove rtc::Location from SendTask test helper
by Danil Chapovalov
· 3 years, 3 months ago
c0ce454
Delete QueuedTask and ToQueuedTask as no longer needed
by Danil Chapovalov
· 3 years, 3 months ago
c05a1be
Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable
by Danil Chapovalov
· 3 years, 4 months ago
a7e15a2
Introduce helper to guard an invocable with a safety flag
by Danil Chapovalov
· 3 years, 4 months ago
8feb6fd
Introduce new interface for TaskQueueBase using absl::AnyInvocable
by Danil Chapovalov
· 3 years, 4 months ago
ef15928
Add public visibility to pending_task_safety_flag
by Artem Titov
· 3 years, 5 months ago
c374d11
Move to_queued_task.h and pending_task_safety_flag.h into public API
by Artem Titov
· 3 years, 5 months ago
5b8dc1d
Add RTC_EXPORT to CurrentTaskQueueSetter
by Evan Shrubsole
· 3 years, 6 months ago
b951dc6
Allow specifying delayed task precision of dcsctp::Timer.
by Henrik Boström
· 3 years, 10 months ago
27e8a09
Add ability to specify delayed task precision in RepeatingTaskHandle.
by Henrik Boström
· 3 years, 10 months ago
cf9899c
TaskQueueBase: Add PostDelayedHighPrecisionTask().
by Henrik Boström
· 3 years, 10 months ago
cfea218
Use backticks not vertical bars to denote variables in comments
by Artem Titov
· 4 years, 3 months ago
0e61fdd
Use backticks not vertical bars to denote variables in comments for /api
by Artem Titov
· 4 years, 4 months ago
6cdb67f
Document expected thread safety of the TaskQueue interface
by Danil Chapovalov
· 4 years, 10 months ago
5ad16a5
suppress 'Paramaterized test suite never instantiated' warning
by Danil Chapovalov
· 5 years ago
2dcf348
Use absl_deps in order to preapre to the Abseil component build release.
by Mirko Bonadei
· 5 years ago
6866dc7
Reland "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase."
by Tommi
· 6 years ago
28685dc
Revert "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase."
by Artem Titov
· 6 years ago
46b3bc6
Make sure that "current" rtc::Thread instances are always current for TaskQueueBase.
by Tommi
· 6 years ago
ccbe95f
Reformat GN files.
by Mirko Bonadei
· 6 years ago
92dd35d
Reland "Force Chromium deps on the WebRTC component."
by Mirko Bonadei
· 6 years ago
2419dc9
Revert "Force Chromium deps on the WebRTC component."
by Mirko Bonadei
· 6 years ago
53e157d
Force Chromium deps on the WebRTC component.
by Mirko Bonadei
· 6 years ago
d4002a7
RTC_EXPORT missing symbols for Chromium's component build.
by Mirko Bonadei
· 6 years ago
c04792e
Component Build support for api/task_queue:task_queue_test.
by Mirko Bonadei
· 6 years ago
86d053c
Use source_sets in component builds and static_library in release builds.
by Mirko Bonadei
· 6 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 6 years ago
2c6ea52
In TaskQueueTest::PostDelayedAfterDesctruct increase timeout
by Danil Chapovalov
· 6 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
· 7 years ago
4f779c6
Remove legacy empty task_queue BUILD targets and build arg
by Danil Chapovalov
· 7 years ago
ad89528
Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Danil Chapovalov
· 7 years ago
effdfe2
Move dependency on chromium DefaultTaskQueueFactory
by Danil Chapovalov
· 7 years ago
42d8c93
Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Yves Gerey
· 7 years ago
304e9d2
Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current
by Danil Chapovalov
· 7 years ago
4423c36
Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue
by Danil Chapovalov
· 7 years ago
07a4f2b
Merge rtc_task_queue(_api|_impl)? build targets into one
by Danil Chapovalov
· 7 years ago
3b548dd
Move rtc::NewClosure into own build target as ToQueuedTask
by Danil Chapovalov
· 7 years ago
f3280e9
Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue
by Danil Chapovalov
· 7 years ago
d00405f
Drop support for link-time injection of the rtc::TaskQueue::Impl
by Danil Chapovalov
· 7 years ago
2684ab3
Test default TaskQueue implementation via TaskQueueBase interface
by Danil Chapovalov
· 7 years ago
a9cfa47
Revert "Delete rtc_task_queue_impl build target"
by Mirko Bonadei
· 7 years ago
56973e6
Delete rtc_task_queue_impl build target
by Danil Chapovalov
· 7 years ago
fa52efa
Migrate stdlib task queue to TaskQueueBase interface
by Danil Chapovalov
· 7 years ago
826f2e7
Migrate win task queue to TaskQueueBase interface
by Danil Chapovalov
· 7 years ago
47cf5ea
Migrate gcd task queue implementation to TaskQueueBase interface
by Danil Chapovalov
· 7 years ago
eb17524
Migrate libevent task queue implementation to TaskQueueBase interface
by Danil Chapovalov
· 7 years ago
710f3d3
Use task queue factory factory as parameter for TaskQueueTest
by Danil Chapovalov
· 7 years ago
87ce874
Allow link-time injection of the DefaultTaskQueueFactory
by Danil Chapovalov
· 7 years ago
01f64e0
Add test to verify TaskQueue memory access order.
by Artem Titov
· 7 years ago
f380284
(7) Rename files to snake_case: remove forwarding headers
by Steve Anton
· 7 years ago
33b716f
Publish task queue test suite.
by Danil Chapovalov
· 7 years ago
b4c6d1e
Connect global task queue factory and rtc::TaskQueue
by Danil Chapovalov
· 7 years ago
baaf911
Introduce global task queue factory.
by Danil Chapovalov
· 7 years ago
Next »