pub fn materialize(value: &RuntimeValue) -> Result<RtPayload, MarshalError>Expand description
Move a value out of a task’s heap into a Send-able payload.
pub fn materialize(value: &RuntimeValue) -> Result<RtPayload, MarshalError>Move a value out of a task’s heap into a Send-able payload.