summaryrefslogtreecommitdiff
path: root/ABOUT
diff options
context:
space:
mode:
Diffstat (limited to 'ABOUT')
-rw-r--r--ABOUT2
1 files changed, 1 insertions, 1 deletions
diff --git a/ABOUT b/ABOUT
index 260fb5c..258ca57 100644
--- a/ABOUT
+++ b/ABOUT
@@ -3,7 +3,7 @@ Lua Lanes
3--------- 3---------
4 4
5Lanes is a lightweight, native, lazy evaluating multithreading library for 5Lanes is a lightweight, native, lazy evaluating multithreading library for
6Lua 5.1. It allows efficient use of multicore processors in Lua, by passing 6Lua 5.1 and Lua 5.2. It allows efficient use of multicore processors in Lua, by passing
7function calls into separate OS threads, and separate Lua states. 7function calls into separate OS threads, and separate Lua states.
8 8
9No locking of the threads is needed, only launching and waiting for (with an 9No locking of the threads is needed, only launching and waiting for (with an