summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit 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
committerBenoit 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
commit19196f781ba20b6929e1307f3a4d5861ca618a72 (patch)
treea49730a420fa69ea79590df94ae07fd5064e0299
parenta69f1b73269d932cefe6fe5b2052d46e3eeb2a71 (diff)
downloadlanes-19196f781ba20b6929e1307f3a4d5861ca618a72.tar.gz
lanes-19196f781ba20b6929e1307f3a4d5861ca618a72.tar.bz2
lanes-19196f781ba20b6929e1307f3a4d5861ca618a72.zip
Clarification in limitations
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 703fa69..49c5ef8 100644
--- a/index.html
+++ b/index.html
@@ -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 (-&gt; <A HREF="#deep_userdata">deep userdata</A>).</li> 116 <li>Sharing full userdata between states needs special C side preparations (-&gt; <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>