Use a class (method) as work handler? #301
Unanswered
faridanthony
asked this question in
Q&A
Replies: 1 comment
-
The handler is just callback. Ideally, this is async to take advantage of backpressure via promise resolution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How can I use a class method as the work handler when calling .work(, CLASS-METHOD) ?
Beta Was this translation helpful? Give feedback.
All reactions