FileCmdInfo
package shared
struct FileCmdInfo {
}
Members
- buffer
ubyte[] buffer;
Undocumented in source.
- command
FileCmd command;
Undocumented in source.
- file
AsyncFile file;
Undocumented in source.
- filePath
Path filePath;
Undocumented in source.
- mtx
Mutex mtx;
Undocumented in source.
- ready
AsyncSignal ready;
Undocumented in source.
libasync file
classesenumsstructs