We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luv_work_ctx_t defines an async handle and async_cb reference...
luv_work_ctx_t
async
async_cb
luv/src/work.c
Lines 20 to 29 in ecfed21
luv_new_work optionally initializes this handle with a callback...
luv_new_work
Lines 177 to 179 in ecfed21
but as far as I can tell, the handle is never exposed to Lua. Am I missing something here?
The text was updated successfully, but these errors were encountered:
Yes, you are right, that code should be remove, and I found a associated bug .
So I'll deal that.
Sorry, something went wrong.
1ab7ed9
zhaozg
No branches or pull requests
luv_work_ctx_t
defines anasync
handle andasync_cb
reference...luv/src/work.c
Lines 20 to 29 in ecfed21
luv_new_work
optionally initializes this handle with a callback...luv/src/work.c
Lines 177 to 179 in ecfed21
but as far as I can tell, the handle is never exposed to Lua. Am I missing something here?
The text was updated successfully, but these errors were encountered: