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 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI bool Running() const;
29
30 MCAPI void Stop();
31
32 MCAPI ::webrtc::RepeatingTaskHandle& operator=(::webrtc::RepeatingTaskHandle&&);
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static ::webrtc::RepeatingTaskHandle
41 DelayedStart(::webrtc::TaskQueueBase*, ::webrtc::TimeDelta, ::absl::AnyInvocable<::webrtc::TimeDelta()>, ::webrtc::TaskQueueBase::DelayPrecision, ::webrtc::Clock*, ::webrtc::Location const&);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace webrtc
Definition AnyInvocable.h:8
Definition Clock.h:13
Definition Location.h:7
Definition RepeatingTaskHandle.h:19
Definition TaskQueueBase.h:16
Definition TimeDelta.h:10