API Core - v1.5.0
    Preparing search index...

    Function fireAndForget

    • The one sanctioned fire-and-forget seam: detach already-started work from the caller's critical path, logging a rejection instead of propagating it.

      Parameters

      • promise: Promise<unknown>

        The already-started work to detach.

      • logger: Logger

        Sink for a rejection.

      • message: string

        Context line prefixed to the logged rejection.

      Returns void