w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
DownloadTask
imgbrowser
task
download
Undocumented in source.
class
DownloadTask : Thread, Task {
immutable
string
url
;
protected
char
[]
_result
;
DownloadFinishHandler
onFinish
;
this
(string url);
void
task
();
bool
exec
(App );
}
Constructors
this
this
(string url)
Undocumented in source.
Members
Functions
exec
bool
exec
(App )
Undocumented in source. Be warned that the author may not have intended to support it.
task
void
task
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_result
char
[]
_result
;
Undocumented in source.
onFinish
DownloadFinishHandler
onFinish
;
Undocumented in source.
url
string
url
;
Undocumented in source.
Meta
Source
See Implementation
imgbrowser
task
download
aliases
DownloadFinishHandler
classes
DownloadTask