pub type KernelBuilder<P> = LoongKernel<P>;Expand description
Additive migration alias for the legacy kernel surface.
During the compatibility window this still exposes the executable
LoongKernel API, while also supporting .build() into the new
frozen Kernel<P> handle.
Aliased Typeยง
pub struct KernelBuilder<P> { /* private fields */ }