diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 703fa69..49c5ef8 100644 --- a/docs/index.html +++ b/docs/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 (-> <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> |
