w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
DecodeTask
imgbrowser
task
decode
Undocumented in source.
class
DecodeTask : Thread, Task {
immutable
string
[]
urls
;
protected
Mutex
_mutex
;
protected
BitmapRGBA
[]
_stack
;
DecodeFinishHandler
onDecode
;
this
(string[] urls);
void
task
();
bool
exec
(App );
}
Constructors
this
this
(string[] urls)
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
_mutex
Mutex
_mutex
;
Undocumented in source.
_stack
BitmapRGBA
[]
_stack
;
Undocumented in source.
onDecode
DecodeFinishHandler
onDecode
;
Undocumented in source.
urls
string
[]
urls
;
Undocumented in source.
Meta
Source
See Implementation
imgbrowser
task
decode
aliases
DecodeFinishHandler
classes
DecodeTask