Output Threading #3

Merged
joe merged 1 commits from output-threading into main 2022-10-18 01:15:37 +00:00

1 Commits

Author SHA1 Message Date
Joe Bellus 9595821e49 Output Threading
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Output processing in the app layer is now done via commands. The
script parsing takes place in a separate thread to prevent UI
blocking.

Output::Scalar was changed to a string.

This value was always convereted to a string and rhai::Dynamic was not
Send. Since the output is passed between threads now it was convereted
to a string.
2022-10-17 17:06:47 -04:00