Function conch_runtime::spawn::function_body [] [src]

pub fn function_body<S, A, E: ?Sized>(body: S, args: A) -> Function<S, E> where
    S: Spawn<E>,
    E: SetArgumentsEnvironment,
    E::Args: From<A>, 

Creates a future adapter that will execute a function body with the given set of arguments.