summaryrefslogtreecommitdiffstats
path: root/util/system/event.h
diff options
context:
space:
mode:
authorleo <[email protected]>2022-02-10 16:46:40 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:40 +0300
commit99609724f661f7e21d1cb08e8d80e87c3632fdb3 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /util/system/event.h
parent980edcd3304699edf9d4e4d6a656e585028e2a72 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/event.h')
-rw-r--r--util/system/event.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/system/event.h b/util/system/event.h
index f2c999273af..cab2fc478ab 100644
--- a/util/system/event.h
+++ b/util/system/event.h
@@ -1,15 +1,15 @@
#pragma once
-
+
#include <util/generic/ptr.h>
#include <util/datetime/base.h>
-
+
struct TEventResetType {
enum ResetMode {
rAuto, // the state will be nonsignaled after Wait() returns
rManual, // we need call Reset() to set the state to nonsignaled.
};
};
-
+
/**
* DEPRECATED!
*
@@ -23,7 +23,7 @@ public:
TSystemEvent& operator=(const TSystemEvent& other) noexcept;
~TSystemEvent();
-
+
void Reset() noexcept;
void Signal() noexcept;