mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
Fix more Windows issues (#9011)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -133,7 +133,11 @@ void PlasmaStoreRunner::Start() {
|
||||
ArrowLog::ShutDownArrowLog();
|
||||
}
|
||||
|
||||
void PlasmaStoreRunner::Stop() { loop_->Stop(); }
|
||||
void PlasmaStoreRunner::Stop() {
|
||||
if (loop_) {
|
||||
loop_->Stop();
|
||||
}
|
||||
}
|
||||
|
||||
void PlasmaStoreRunner::Shutdown() {
|
||||
loop_->Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user