You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement listener for asynchronous notifications in queue
- Add `notify` channel to `Queue`
- Notify worker in the `queue` function without blocking the main thread
- Add case to listen for `notify` channel in the `start` function
Signed-off-by: appleboy <appleboy.tw@gmail.com>
0 commit comments