Forks the current scope and sets the provided span as active span in the context of the provided callback.
Spans started in the context of the provided callback will be children of this span.
Execution context in which the provided span will be active. Is passed the newly forked scope.
the value returned from the provided callback function.
Forks the current scope and sets the provided span as active span in the context of the provided callback.