dispatch_object_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Darwin)
package extern (C) @nogc nothrow
union dispatch_object_t {}

Members

Variables

_dq
dispatch_queue_s* _dq;
Undocumented in source.
_ds
dispatch_source_s* _ds;
Undocumented in source.

Meta