multi icon indicating copy to clipboard operation
multi copied to clipboard

My multitasking library for lua

Results 8 multi issues
Sort by recently updated
recently updated
newest added

A new extension for threads. Was planned previously, but ran into issues that prevented this from being added. However, I think this feature can be implemented.

Experimental Addition

Plan is to structure network parallelism like threads, so they should contain methods like: ```lua NGLOBAL, NTHREAD = require("integration.networkManager"):init(connectionDetails) NTHREAD:newFunction(func, holdme) NT = multi:newNetworkThread(name, func, ...) NT = NTHREAD:newNetworkThread(name,func,...) multi:newNetworkQueue(name)...

enhancement
Experimental Addition
Scheduled for future release
P5

enhancement
Scheduled for future release
P5

Proxies are very stable and portable between threads.

enhancement
Experimental Addition
P3

connections that are multiplied don't continuously work. After a few times the stop triggering properly. Perhaps due to a mix match between triggers. I'll have to do more tests.

Debugging gets extremely hard, especially when using nested features of the library. Traceback ends up being nothing but question marks all linking the the base runner functions. This will be...

enhancement
Scheduled for future release
modification
P3