Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ScheduleUserEvent
Method
ScheduleUserEvent
library/cpp/coroutine/engine/impl.h:282–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
void ScheduleUserEvent(IUserEvent* event) {
283
UserEvents_.PushBack(event);
284
}
285
286
void Pause();
287
TInstant Now();
Callers
1
TestUserEvent
Method · 0.80
Calls
1
PushBack
Method · 0.45
Tested by
1
TestUserEvent
Method · 0.64