method Actor.prototype._runInBackground Actor.prototype._runInBackground(promise: Promise<void>): void Runs a promise in the background. This allows the actor runtime to ensure that a promise completes while returning from an RPC request early. Parameters promise: Promise<void> The promise to run in the background. Return Type void