mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Remove Event::Signal() (#2052)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user