Applets and threads scheduling
Open
crate:scheduler
for:performance
for:security
for:usability
needs:design
- Dominant language
- Rust
- Stars
- 188
- Forks
- 41
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 12
Description
When multiple applets run concurrently, the user should be able to describe the strategy.
Design questions:
- Notion of applet priority? Should be defined in the bundle (see #56).
- Time restriction? Round-robin? Cooperative?
- Should probably also deal with applet threads, making it more about threads scheduling with resources probably accounted at applet level.
Contributor guide
Assessment
This issue has not been assessed yet.