Output Threading #3

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

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.

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.
joe added 1 commit 2022-10-17 21:09:27 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
9595821e49
Output Threading
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.
joe merged commit 9cf41ad6ec into main 2022-10-18 01:15:37 +00:00
joe deleted branch output-threading 2022-10-18 01:15:37 +00:00
joe referenced this issue from a commit 2022-10-18 01:15:37 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: abacus/abacus#3
No description provided.