From c01795c3f5913c817b6d308fcc77026c32acab49 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 2 Dec 2013 14:36:31 +0100 Subject: pthread thread priority refacto: lanes.lua --- src/lanes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lanes.lua b/src/lanes.lua index 1a1c252..1b81944 100644 --- a/src/lanes.lua +++ b/src/lanes.lua @@ -204,7 +204,7 @@ end -- "math,os": math + os + base libraries (named ones + base) -- "*": all standard libraries available -- --- 'opt': .priority: int (-2..+2) smaller is lower priority (0 = default) +-- 'opt': .priority: int (-3..+3) smaller is lower priority (0 = default) -- -- .cancelstep: bool | uint -- false: cancellation check only at pending Linda operations -- cgit v1.2.3-55-g6feb