Module v9::kernel[][src]

Running functions over the Universe.

Structs

Kernel

Works like a Box<KernelFn>.

KernelArg

This wraps an argument to a kernel that does not exist in the Universe. It is provided using Kernel::with_args().

PushArgs

Traits

EachResource
KernelFn

Implemented for certain closures.

KernelFnOnce