Update README to reflex support for WIN32 threads.

pull/1/head
Robert G. Jakabosky 15 years ago
parent 0ff73284e6
commit 3b8dc38dda

@ -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

Loading…
Cancel
Save