We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c49ca4 commit 1758346Copy full SHA for 1758346
1 file changed
src/python_be.h
@@ -436,8 +436,9 @@ class ModelInstanceState : public BackendModelInstance {
436
// Mutex to serialize concurrent model readiness check requests
437
std::mutex user_model_readiness_mutex_;
438
439
- // Condition variable and related members to ensure only one user model readiness
440
- // IPC runs at a time, and to clean up IPC resources after completion.
+ // Condition variable and related members to ensure only one user model
+ // readiness IPC runs at a time, and to clean up IPC resources after
441
+ // completion.
442
std::condition_variable user_model_readiness_cv_;
443
bool user_model_readiness_inflight_{false};
444
bool user_model_readiness_result_{true};
0 commit comments