diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2017-08-01 09:52:05 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2017-08-01 09:52:05 +0200 |
commit | 19196f781ba20b6929e1307f3a4d5861ca618a72 (patch) | |
tree | a49730a420fa69ea79590df94ae07fd5064e0299 | |
parent | a69f1b73269d932cefe6fe5b2052d46e3eeb2a71 (diff) | |
download | lanes-19196f781ba20b6929e1307f3a4d5861ca618a72.tar.gz lanes-19196f781ba20b6929e1307f3a4d5861ca618a72.tar.bz2 lanes-19196f781ba20b6929e1307f3a4d5861ca618a72.zip |
Clarification in limitations
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ | |||
115 | <li>Coroutines are not passed between states.</li> | 115 | <li>Coroutines are not passed between states.</li> |
116 | <li>Sharing full userdata between states needs special C side preparations (-> <A HREF="#deep_userdata">deep userdata</A>).</li> | 116 | <li>Sharing full userdata between states needs special C side preparations (-> <A HREF="#deep_userdata">deep userdata</A>).</li> |
117 | <li>Network level parallelism not included.</li> | 117 | <li>Network level parallelism not included.</li> |
118 | <li>Multi-CPU is done with OS threads, not processes. A lane is a Lua full userdata, therefore it will exist only as long as the Lua state that created it still exists. Therefore, a lane won't continue execution after the main program's termination.</li> | ||
118 | <li>Just like independant Lua states, Lanes universes cannot communicate together.</li> | 119 | <li>Just like independant Lua states, Lanes universes cannot communicate together.</li> |
119 | </ul> | 120 | </ul> |
120 | </p> | 121 | </p> |