20,741
edits
(→thread) |
(→thread) |
||
| Line 760: | Line 760: | ||
=== thread === | === thread === | ||
{{Nasal doc | {{Nasal doc | ||
|syntax = thread.newthread(); | |syntax = thread.newthread(func); | ||
|source = {{simgear file|nasal/threadlib.c|l=101|t=Source}} | |source = {{simgear file|simgear/nasal/threadlib.c|l=101|t=Source}} | ||
|text = | |text = | ||
|example1text = start a new worker thread | |example1text = start a new worker thread | ||