delete unused withALS method (#21723)
This commit is contained in:
@@ -73,10 +73,4 @@ export namespace InstanceState {
|
|||||||
Effect.gen(function* () {
|
Effect.gen(function* () {
|
||||||
return yield* ScopedCache.invalidate(self.cache, yield* directory)
|
return yield* ScopedCache.invalidate(self.cache, yield* directory)
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
|
||||||
* Effect finalizers run on the fiber scheduler after the original async
|
|
||||||
* boundary, so ALS reads like Instance.directory can be gone by then.
|
|
||||||
*/
|
|
||||||
export const withALS = <T>(fn: () => T) => Effect.map(context, (ctx) => Instance.restore(ctx, fn))
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user