Docs.rs
  • dispatch-0.2.0
    • dispatch 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • SSheldon
    • Dependencies
    • Versions
    • 94.74% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

dispatch0.2.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Statics
  • Functions
  • Type Aliases

List of all items

Structs

  • Group
  • GroupGuard
  • Once
  • Queue
  • Semaphore
  • SemaphoreGuard
  • SuspendGuard
  • WaitTimeout
  • ffi::dispatch_object_s

Enums

  • QueueAttribute
  • QueuePriority

Functions

  • ffi::dispatch_after_f
  • ffi::dispatch_apply_f
  • ffi::dispatch_async_f
  • ffi::dispatch_barrier_async_f
  • ffi::dispatch_barrier_sync_f
  • ffi::dispatch_get_context
  • ffi::dispatch_get_global_queue
  • ffi::dispatch_get_main_queue
  • ffi::dispatch_group_async_f
  • ffi::dispatch_group_create
  • ffi::dispatch_group_enter
  • ffi::dispatch_group_leave
  • ffi::dispatch_group_notify_f
  • ffi::dispatch_group_wait
  • ffi::dispatch_main
  • ffi::dispatch_once_f
  • ffi::dispatch_queue_create
  • ffi::dispatch_queue_get_label
  • ffi::dispatch_release
  • ffi::dispatch_resume
  • ffi::dispatch_retain
  • ffi::dispatch_semaphore_create
  • ffi::dispatch_semaphore_signal
  • ffi::dispatch_semaphore_wait
  • ffi::dispatch_set_context
  • ffi::dispatch_set_finalizer_f
  • ffi::dispatch_set_target_queue
  • ffi::dispatch_suspend
  • ffi::dispatch_sync_f
  • ffi::dispatch_time

Type Aliases

  • ffi::dispatch_function_t
  • ffi::dispatch_group_t
  • ffi::dispatch_object_t
  • ffi::dispatch_once_t
  • ffi::dispatch_queue_attr_t
  • ffi::dispatch_queue_t
  • ffi::dispatch_semaphore_t
  • ffi::dispatch_time_t

Statics

  • ffi::DISPATCH_QUEUE_CONCURRENT

Constants

  • ffi::DISPATCH_QUEUE_PRIORITY_BACKGROUND
  • ffi::DISPATCH_QUEUE_PRIORITY_DEFAULT
  • ffi::DISPATCH_QUEUE_PRIORITY_HIGH
  • ffi::DISPATCH_QUEUE_PRIORITY_LOW
  • ffi::DISPATCH_QUEUE_SERIAL
  • ffi::DISPATCH_TIME_FOREVER
  • ffi::DISPATCH_TIME_NOW