public static AwaitInstructionAwaiter <WaitForFrames> WaitFixedUpdate(this MonoBehaviour mono) => FixedUpdate.ConfigureAwait(mono);
public static AwaitInstructionAwaiter <WaitForFrames> WaitFixedUpdate(this Job job) => FixedUpdate.ConfigureAwait(job.Token);