From 3b8dc38ddaf24a9246fb246e55f75930d80c1a08 Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Fri, 6 May 2011 22:06:30 -0700 Subject: [PATCH] Update README to reflex support for WIN32 threads. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d85478..3183e1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About ===== -A simple Lua wrapper for pthreads. +A simple Lua wrapper for pthreads & WIN32 threads. Each thread gets it's own `lua_State` and there is no shared global state. The parent thread can pass data to a child thread only as parameters when creating