libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
FileReadyHandler
libasync
file
Undocumented in source.
package shared
struct
FileReadyHandler {
AsyncFile
ctxt
;
void
delegate
()
del
;
void
opCall
();
}
Members
Functions
opCall
void
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctxt
AsyncFile
ctxt
;
Undocumented in source.
del
void
delegate
()
del
;
Undocumented in source.
Meta
Source
See Implementation
libasync
file
classes
AsyncFile
enums
FileCmd
structs
FileCmdInfo
FileReadyHandler