dispatch_release

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void dispatch_release(dispatch_object_t )
    version(Darwin)
    package extern (C) @nogc nothrow
    void
    dispatch_release
  2. void dispatch_release(dispatch_queue_t queue)
  3. void dispatch_release(dispatch_source_t source)

Meta