Re: Phix: Understanding Multithreading
- Posted by euphoric (admin) Jun 03, 2019
- 1672 views
petelomax said...
Ideally you should do the absolute bare minimum work in the thread itself, and pass the results back to the main thread for any printing/logging/storing, etc.
Ah, like the loggit() functionality... Thanks for the help!