Skip to main content

Crate gorust

Crate gorust 

Source

Re-exports§

pub use channel::Channel;
pub use go_runtime::Runtime;
pub use scheduler::go;
pub use scheduler::yield_now;

Modules§

channel
go_runtime
scheduler
sync

Macros§

make_chan
make_chan! macro - Create a channel
select
select! macro - Multiplex channel operations

Attribute Macros§

runtime
Mark the main function to use the GoRust runtime