Docs.rs
  • open-coroutine-core-0.4.0
    • open-coroutine-core 0.4.0
    • Docs.rs crate page
    • LGPL-3.0 OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • loongs-zhang
    • Dependencies
      • cfg-if ^1.0.0 normal
      • corosensei ^0.1.3 normal
      • crossbeam-deque ^0.8.2 normal
      • crossbeam-utils ^0.8.15 normal
      • libc ^0.2.137 normal
      • num_cpus ^1.14.0 normal
      • once_cell ^1.13.0 normal
      • open-coroutine-queue ^0.1.2 normal
      • open-coroutine-timer ^0.0.4 normal
      • uuid ^1.3.0 normal
      • backtrace ^0.3.67 dev
      • windows-sys ^0.48.0 normal
    • Versions
    • 16% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • 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
logo

logo

Crate open_coroutine_core

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • config::Config
  • coroutine::Coroutine
  • coroutine::suspender::Suspender
  • event_loop::EventLoops
  • event_loop::core::EventLoop
  • event_loop::event::Event
  • event_loop::event::Events
  • event_loop::event::Iter
  • event_loop::interest::Interest
  • event_loop::join::JoinHandle
  • pool::CoroutinePool
  • pool::task::Task
  • scheduler::Scheduler

Enums

  • coroutine::CoroutineState

Traits

  • pool::blocker::Blocker
  • scheduler::listener::Listener

Macros

  • co
  • unbreakable

Functions

  • coroutine::default_stack_size
  • coroutine::page_size

Type Definitions

  • event_loop::UserFunc
  • scheduler::SchedulableCoroutine