sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
VFence
sbylib
graphics
wrapper
fence
Undocumented in source.
class
VFence {
@
own
Fence
fence
;
mixin
ImplReleaseOwn
;
static
VFence
create
(string name);
this
(Fence fence);
void
wait
(Duration timeout);
void
reset
();
}
Constructors
this
this
(Fence fence)
Undocumented in source.
Alias This
fence
Members
Functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
void
wait
(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
ImplReleaseOwn
Undocumented in source.
Static functions
create
VFence
create
(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fence
Fence
fence
;
Undocumented in source.
Mixed In Members
From
mixin
ImplReleaseOwn
~this
~this
()
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
wrapper
fence
classes
VFence