Skip to content

Commit

Permalink
🐜 oops, forgot signal is not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Feb 20, 2024
1 parent 980ad69 commit 8a32210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SchedulingTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ export default interface SchedulingTask {
type: 'frame-based' | 'idle-based'
workTime: number
priority: number
signal?: AbortSignal
}

0 comments on commit 8a32210

Please sign in to comment.