Function rink_sandbox::become_child[][src]

pub fn become_child<S, A>(alloc: &Alloc<A>) -> ! where
    S: Service,
    A: GlobalAlloc
Expand description

When your app is passed the arguments returned by Service::args, it should call this function to begin servicing requests.