This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
CreeperGoBoom's profile picture

Best way to multitask?

Started by CreeperGoBoom, 14 December 2019 - 11:09 PM
CreeperGoBoom #1
Posted 15 December 2019 - 12:09 AM
Ok so I've noticed a few things creating unwanted lag because these things "hold" things up.

So. Question is:
Windows or Coroutines?
Or is there a better way still?

Cheers
Lupus590 #2
Posted 15 December 2019 - 01:15 PM
the parallel API very likely does what you need

If you need something more flexible (you probably don't) then you can use Daemon Manager