Remove Event::Signal() (#2052)

This commit is contained in:
Cheng
2025-04-08 22:20:27 +09:00
committed by GitHub
parent 60c4154346
commit 08a1bf3f10
3 changed files with 11 additions and 18 deletions

View File

@@ -16,9 +16,6 @@ class Event {
// Wait for the event to be signaled at its current value
void wait();
// Signal the event at its current value
void signal();
// Wait in the given stream for the event to be signaled at its current value
void wait(Stream stream);