OpenAPI: Add blocking indexing thread pool option
This commit is contained in:
@@ -200,3 +200,12 @@ float IndexingSettings::GetRotationIndexingAngularStride_deg() const {
|
||||
bool IndexingSettings::GetIndexIceRings() const {
|
||||
return index_ice_rings;
|
||||
}
|
||||
|
||||
bool IndexingSettings::GetBlockingBehavior() const {
|
||||
return blocking_behavior;
|
||||
}
|
||||
|
||||
IndexingSettings &IndexingSettings::BlockingBehavior(bool input) {
|
||||
blocking_behavior = input;
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user