new class PIThreadPoolLoop

This commit is contained in:
2021-09-24 16:03:20 +03:00
parent 5e33587703
commit dedc35b466
6 changed files with 217 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ public:
};
//! Constructs a file with path "path" and open mode "mode"
//! If "path" is not empty then open file
explicit PIFile(const PIString & path, DeviceMode mode = ReadWrite);