Skip to content

Add tasks to the host instead of the worker#2343

Merged
stevenengler merged 1 commit intoshadow:mainfrom
stevenengler:host-sched
Aug 8, 2022
Merged

Add tasks to the host instead of the worker#2343
stevenengler merged 1 commit intoshadow:mainfrom
stevenengler:host-sched

Conversation

@stevenengler
Copy link
Copy Markdown
Contributor

@stevenengler stevenengler commented Aug 8, 2022

New tasks should be added to the host rather than the worker. In this PR the host simply passes the tasks on to the worker, but in the future the host may want to handle these tasks internally without involving the global worker. The current plan is to move the event queue into the host itself.

New tasks should be added to the host rather than the worker. Currently the
host simply passes the tasks on to the worker, but in the future the host may
want to handle these tasks internally without involving the global worker.
@stevenengler stevenengler added the Component: Main Composing the core Shadow executable label Aug 8, 2022
@stevenengler stevenengler requested a review from sporksmith August 8, 2022 19:17
@stevenengler stevenengler self-assigned this Aug 8, 2022
@stevenengler stevenengler merged commit 7e0791b into shadow:main Aug 8, 2022
@stevenengler stevenengler deleted the host-sched branch August 8, 2022 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Main Composing the core Shadow executable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants