Skip to content

Commit

Permalink
add sd-queue (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
w-e-w authored and github-actions[bot] committed Jul 21, 2024
1 parent c0f5f8c commit 9148dec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions/sd-queue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "sd-queue",
"url": "https://github.com/nmygle/sd-queue.git",
"description": "It is an extension that provides an API primarily for queuing tasks, using a simple task manager created with Pure Python's deque and threading.",
"tags": [
"script"
],
"added": "2024-07-21"
}
9 changes: 9 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3276,6 +3276,15 @@
"extras"
],
"added": "2024-07-17"
},
{
"name": "sd-queue",
"url": "https://github.com/nmygle/sd-queue.git",
"description": "It is an extension that provides an API primarily for queuing tasks, using a simple task manager created with Pure Python's deque and threading.",
"tags": [
"script"
],
"added": "2024-07-21"
}
]
}

0 comments on commit 9148dec

Please sign in to comment.