libasync v0.6.7 (2015-01-25T14:26:55Z)
Dub
Repo
FileCmdInfo
libasync
file
Undocumented in source.
package shared
struct
FileCmdInfo {
FileCmd
command
;
Path
filePath
;
ubyte
[]
buffer
;
Waiter
waiter
;
AsyncSignal
ready
;
AsyncFile
file
;
Mutex
mtx
;
bool
truncate_if_exists
;
bool
create_if_not_exists
;
}
Members
Variables
buffer
ubyte
[]
buffer
;
Undocumented in source.
command
FileCmd
command
;
Undocumented in source.
create_if_not_exists
bool
create_if_not_exists
;
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.
truncate_if_exists
bool
truncate_if_exists
;
Undocumented in source.
waiter
Waiter
waiter
;
Undocumented in source.
Meta
Source
See Implementation
libasync
file
classes
AsyncFile
enums
FileCmd
structs
FileCmdInfo
FileReadyHandler