Docs.rs
go-0.1.2
go 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
xhofe
Dependencies
async-channel ^2
normal
async-std ^1
normal
optional
event-listener ^5
normal
futures-lite ^2
normal
pin-project-lite ^0.2
normal
smol ^2
normal
optional
tokio ^1
normal
optional
async-std ^1
dev
smol ^2
dev
tokio ^1
dev
Versions
86.36%
of the crate is documented
Platform
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
Skip to main content
Module chan
go
0.1.2
Module chan
Module Items
Structs
Functions
In crate go
go
Module
chan
Copy item path
Source
Structs
§
Receiver
The receiving side of a channel.
Recv
Error
An error returned from
Receiver::recv()
.
Send
Error
An error returned from
Sender::send()
.
Sender
The sending side of a channel.
Functions
§
bounded
unbounded