LeviLamina
Loading...
Searching...
No Matches
RepeatingTaskHandle.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/absl/AnyInvocable.h"
7#include "mc/external/webrtc/TaskQueueBase.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace webrtc { class Clock; }
12namespace webrtc { class Location; }
13namespace webrtc { class TaskQueueBase; }
14namespace webrtc { class TimeDelta; }
15// clang-format on
16
17namespace webrtc {
18
20public:
21 // member variables
22 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI bool Running() const;
36
37 MCNAPI void Stop();
38
39 MCNAPI ::webrtc::RepeatingTaskHandle& operator=(::webrtc::RepeatingTaskHandle&&);
40
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static ::webrtc::RepeatingTaskHandle DelayedStart(
48 ::webrtc::TaskQueueBase* task_queue,
49 ::webrtc::TimeDelta first_delay,
51 ::webrtc::TaskQueueBase::DelayPrecision precision,
52 ::webrtc::Clock* clock,
53 ::webrtc::Location const& location
54 );
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
63
64} // namespace webrtc
Definition AnyInvocable.h:8
Definition Clock.h:13
Definition Location.h:7
Definition RepeatingTaskHandle.h:19
MCAPI bool Running() const
static MCAPI ::webrtc::RepeatingTaskHandle DelayedStart(::webrtc::TaskQueueBase *task_queue, ::webrtc::TimeDelta first_delay, ::absl::AnyInvocable<::webrtc::TimeDelta()> closure, ::webrtc::TaskQueueBase::DelayPrecision precision, ::webrtc::Clock *clock, ::webrtc::Location const &location)
MCAPI::webrtc::RepeatingTaskHandle & operator=(::webrtc::RepeatingTaskHandle &&)
Definition TaskQueueBase.h:16
Definition TimeDelta.h:10
Definition Alias.h:14