We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f02f1a commit 4da043bCopy full SHA for 4da043b
packages/toolkit/src/listenerMiddleware/task.ts
@@ -1,11 +1,6 @@
1
import { TaskAbortError } from './exceptions'
2
import type { AbortSignalWithReason, TaskResult } from './types'
3
-import {
4
- addAbortSignalListener,
5
- removeAbortSignalListener,
6
- catchRejection,
7
- noop,
8
-} from './utils'
+import { addAbortSignalListener, catchRejection, noop } from './utils'
9
10
/**
11
* Synchronously raises {@link TaskAbortError} if the task tied to the input `signal` has been cancelled.
0 commit comments