Re-exports§
pub use arch::ProcessArgs;
pub use arch::ProcessInit;
pub use arch::ProcessKey;
pub use arch::ProcessStartup;
pub use arch::ThreadInit;
pub use definitions::*;
pub use string::*;
pub use stringbuffer::*;
pub use syscall::*;
Modules§
- A Carton is an object that wraps another object for shipping across the kernel boundary. Structs that are stored in Cartons can be sent as messages.