using-worker-threads-with-konduktiva

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
using-worker-threads-with-konduktiva [2025/09/06 00:49] steve.wangusing-worker-threads-with-konduktiva [2025/09/06 01:21] (current) steve.wang
Line 59: Line 59:
 Second argument for changing behaviour of automatic removal of code files used by Worker. This is very useful for debugging because it allows user to see all the code Worker has access to and the operations worker can run. This can be done by pasting the code files used by Worker into Nodejs repl. Can help significantly with type issues (code to text and back to code) Second argument for changing behaviour of automatic removal of code files used by Worker. This is very useful for debugging because it allows user to see all the code Worker has access to and the operations worker can run. This can be done by pasting the code files used by Worker into Nodejs repl. Can help significantly with type issues (code to text and back to code)
  
-Argument accepts strings that dictate what action is taken regarding the code files Worker uses.+Argument accepts strings that dictate what action is taken regarding the code files Worker uses. Argument called removal.
  
-"keep": Does not remove worker code files. +false: Does not remove worker code files. 
-"Auto": Removes if worker exit without error but keeps if error. +undefined : Removes if worker exit without error but keeps if error. 
-"remove": Remove worker code file not matter situation.+true; Remove worker code file not matter situation.
  
  
 [[adding-midi-file-to-musical-environment|Learn about playing midi files in Konduktiva]] [[adding-midi-file-to-musical-environment|Learn about playing midi files in Konduktiva]]
  • using-worker-threads-with-konduktiva.txt
  • Last modified: 2025/09/06 01:21
  • by steve.wang