You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lua-zmq/src
Douglas Creager 10bc8059f1 Return standardized error message for EINTR
The zmq functions now use "interrupted" instead of the system-specific
strerror() result for any EINTR errors.  This makes it easy to test for
those and retry any interrupted function calls.
15 years ago
..
ctx.nobj.lua Use opaque struct types instead of 'void *'. 15 years ago
error.nobj.lua Update copyright notice. 15 years ago
msg.nobj.lua Use opaque struct types instead of 'void *'. 15 years ago
poller.lua Fixed issue with GC of 0MQ context object. poller:poll() method now returns number of events handled. 15 years ago
poller.nobj.lua Fix issue with some variables named 'this' which conflicts with the Intel C compiler. 15 years ago
pre_generated-zmq.nobj.c Return standardized error message for EINTR 15 years ago
socket.nobj.lua Use opaque struct types instead of 'void *'. 15 years ago
stopwatch.nobj.lua Use opaque struct types instead of 'void *'. 15 years ago
threads.lua Add additional code to llthreads bootstrap 15 years ago