containerd / containerd/runwasi
Use `containerd-shim`'s async API
Open
enhancement
- Dominant language
- Rust
- Stars
- 1.3k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
The shim process is mostly iddle waiting for instructions from c8d.
This means that the shim process is io bound rather than cpu bound.
In this case, an async workflow would be more suitable for the shim.
Contributor guide
Assessment
This issue has not been assessed yet.