diff options
| author | Benoit Germain <bnt.germain@gmail.com> | 2013-12-02 14:36:31 +0100 |
|---|---|---|
| committer | Benoit Germain <bnt.germain@gmail.com> | 2013-12-02 14:36:31 +0100 |
| commit | c01795c3f5913c817b6d308fcc77026c32acab49 (patch) | |
| tree | 339804ec143e38e12752d50dd06a3b93d8cf93c8 /src | |
| parent | 77530b348364b3675b098d33693307040b134803 (diff) | |
| download | lanes-c01795c3f5913c817b6d308fcc77026c32acab49.tar.gz lanes-c01795c3f5913c817b6d308fcc77026c32acab49.tar.bz2 lanes-c01795c3f5913c817b6d308fcc77026c32acab49.zip | |
pthread thread priority refacto: lanes.lua
Diffstat (limited to 'src')
| -rw-r--r-- | src/lanes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 204 | -- "math,os": math + os + base libraries (named ones + base) | 204 | -- "math,os": math + os + base libraries (named ones + base) |
| 205 | -- "*": all standard libraries available | 205 | -- "*": all standard libraries available |
| 206 | -- | 206 | -- |
| 207 | -- 'opt': .priority: int (-2..+2) smaller is lower priority (0 = default) | 207 | -- 'opt': .priority: int (-3..+3) smaller is lower priority (0 = default) |
| 208 | -- | 208 | -- |
| 209 | -- .cancelstep: bool | uint | 209 | -- .cancelstep: bool | uint |
| 210 | -- false: cancellation check only at pending Linda operations | 210 | -- false: cancellation check only at pending Linda operations |
