Translation of "thread of execution" into Lingua Franca Nova
fibre is the translation of "thread of execution" into Lingua Franca Nova.
thread of execution
A way for a program to fork (or split) itself into two or more simultaneously (or pseudo-simultaneously) running tasks. In general, a thread is contained inside a process and different threads in the same process share some resources while different processes do not. (source: Wikipedia)
-
fibre
-
Show algorithmically generated translations
Add example
Add