D
D
dollar2018-08-20 11:37:36
Multithreading
dollar, 2018-08-20 11:37:36

Is real multithreading possible in Lua?

For example, there is a table. And there are 2 functions that access it. You need to run them in 2 threads so that they asynchronously read and change the data in the table.
These two threads must be able to run on different cores/processors, which is common with threads.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
chupasaurus, 2018-08-20
@dollar

About everything that is preemptive from here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question