From 2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa Mon Sep 17 00:00:00 2001
From: Benoit Germain Each lane also gets a function set_debug_threadname() that it can use anytime to do as the name says.
Supported debuggers are Microsoft Visual Studio (for the C side) and Decoda (for the Lua side).
@@ -547,7 +560,18 @@ They can be used for making shared tables of storage among the lanes.
Writing to a slot overwrites existing value, and clears any possible queued
entries. Table access and send/receive can be used together;
reading a slot essentially peeks the next outcoming value of a queue.
-
+
+
+
+ .packagepath
+ .packagecpath
+
+
+ package.path
and package.cpath
overrides, if needed.
+ Specifying these when libs_str
doesn't cause the package
library to be loaded will generate an error.
+
+
+ +
+ [val]= linda_h:keys()
+ |
+ A way to examine the slots in which a linda contains some pending data to be read. +