Disposer
@rotorsoft/act-root / act/src / Disposer
Type Alias: Disposer()
Disposer = () =>
Promise
<void
>
Defined in: libs/act/src/types/ports.ts:20
A function that disposes of a resource asynchronously.
Returns
Promise
<void
>
Promise that resolves when disposal is complete.