Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
using-worker-threads-with-konduktiva [2025/09/06 00:49] – steve.wang | using-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. |
- | " | + | false: Does not remove worker code files. |
- | " | + | undefined |
- | " | + | 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]] |