Restate Typescript SDK
    Preparing search index...
    • Register op as a fresh routine and return a Task<T> for its eventual outcome — a Future<T> plus interrupt(err?) to throw into the routine at its next yield point. Eager — the child is already in flight by the time spawn returns. A spawned routine still running when the main operation settles is abandoned by default (see OnMainExit). See RestateOperations.spawn for full semantics.

      Type Parameters

      • T

      Parameters

      Returns Task<T>