Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add generic scheduler using trait. add queue to vm; these two combine… #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ASmithOWL
Copy link
Contributor

…d with the program buffer will enable the vm to execute multiple tasks in parallel, need to add a DAG with scheduler trait implemented to use for non-redundant, dependency tracking task scheeduler. This is just a basic scaffold, needs alot more work to enable this.

…d with the program buffer will enable the vm to execute multiple tasks in parallel, need to add a DAG with scheduler trait implemented to use for non-redundant, dependency tracking task scheeduler
Copy link

@vrrbmk vrrbmk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No really comments from my side, maybe a bit misleading name "exception" in the Rust context (?)

state: Self::State,
queue: Self::Queue,
cores: &mut Self::Cores
) -> Result<Self::Result, Self::Exception>;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust and exceptions ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify what you mean with this comment @vrrbmk?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants