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
localcqdo-- Allocate cqueue first up, as it can throw when out of fileslocalok, err=pcall(cqueues.new)
ifnotokthenlocalerrno=ce.EMFILEreturnnil, ce.strerror(errno), errnoendcq=errend
==> I have to guess that the error was due to running out of file descriptors, but this is not always correct.
It would be nice if there was a (alternate?) cqueue constructor that would return the actual errno.
The text was updated successfully, but these errors were encountered:
I currently have some code that does this:
==> I have to guess that the error was due to running out of file descriptors, but this is not always correct.
It would be nice if there was a (alternate?) cqueue constructor that would return the actual errno.
The text was updated successfully, but these errors were encountered: