@wopjs/async-seq - v0.1.2
Preparing search index...
AsyncSeqFn
Interface AsyncSeqFn
Execute task. Optionally returns a disposer function that cleans up side effects.
AsyncSeqFn
()
:
void
|
Promise
<
()
=>
unknown
>
|
Promise
<
void
>
|
(
()
=>
unknown
)
Returns
void
|
Promise
<
()
=>
unknown
>
|
Promise
<
void
>
|
(
()
=>
unknown
)
Settings
Theme
OS
Light
Dark
@wopjs/async-seq - v0.1.2
Loading...
Execute task. Optionally returns a disposer function that cleans up side effects.