pub fn update_fiber(
ctx: Context<'_, '_, '_, '_, FiberUpdate<'_>>,
instruction: SerializableInstruction,
) -> Result<()>Expand description
Updates a fiber’s instruction and resets execution stats.
pub fn update_fiber(
ctx: Context<'_, '_, '_, '_, FiberUpdate<'_>>,
instruction: SerializableInstruction,
) -> Result<()>Updates a fiber’s instruction and resets execution stats.