Docs.rs
  • base-coroutine-0.2.0
    • base-coroutine 0.2.0
    • Permalink
    • Docs.rs crate page
    • LGPL-3.0 OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • loongs-zhang
    • Dependencies
      • concurrent-queue ^2.0.0 normal
      • libc ^0.2.137 normal
      • num_cpus ^1.14.0 normal
      • object-collection ^0.0.4 normal
      • once_cell ^1.13.0 normal
      • rayon ^1.6.1 normal
      • scopeguard ^1.1.0 normal
      • st3 ^0.4.0 normal
      • timer-utils ^0.0.3 normal
      • cc ^1.0.73 build
      • rustversion ^1.0.6 build
      • jemalloc-sys ^0.5.2 normal
      • windows-sys ^0.42.0 normal
    • Versions
    • 35.71% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

base_coroutine0.2.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ScopeGuard
  • Stack
  • WorkStealQueue
  • coroutine::OpenCoroutine
  • coroutine::Yielder
  • epoll::epoll_data
  • epoll::epoll_event
  • event_loop::EventLoop
  • event_loop::JoinHandle
  • event_loop::event::Event
  • event_loop::event::Events
  • event_loop::event::Iter
  • event_loop::interest::Interest
  • scheduler::Scheduler

Enums

  • Always
  • OnSuccess
  • OnUnwind
  • StackError
  • StealError
  • coroutine::CoroutineResult
  • coroutine::Status

Traits

  • Strategy

Macros

  • defer
  • defer_on_success
  • defer_on_unwind

Functions

  • epoll::epoll_ctl
  • epoll::epoll_pwait
  • epoll::epoll_wait
  • get_queue
  • guard
  • guard_on_success
  • guard_on_unwind

Type Aliases

  • coroutine::Coroutine
  • coroutine::UserFunc