IMPORT_PATH: "@daiso-tech/core/async"
"@daiso-tech/core/async"
The fallback functions that run in case the primary function fails.
Optional
The maximum time to wait before automatically aborting the executing primary function or fallback functions.
import { TimeSpan } from "@daiso-tech/core/utilities";TimeSpan.fromSeconds(2) Copy
import { TimeSpan } from "@daiso-tech/core/utilities";TimeSpan.fromSeconds(2)
IMPORT_PATH:
"@daiso-tech/core/async"