Skip to content

refactor(host): isolate host-owned policies and async IO - #20

Closed
fffonion wants to merge 1 commit into
feat/host-async-driversfrom
refactor/host-owned-policies-async-io
Closed

refactor(host): isolate host-owned policies and async IO#20
fffonion wants to merge 1 commit into
feat/host-async-driversfrom
refactor/host-owned-policies-async-io

Conversation

@fffonion

@fffonionfffonion commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • move policy ownership out of VM core
  • split blocking and async IO while preserving cancellation and resource semantics

Stack

Layer 9 of 14
Previous: #19
Next: #22

Validation

  • cargo fmt --all -- --check
  • cargo test --locked --workspace
  • cargo test --locked --workspace --all-features
  • cargo clippy --locked --workspace --all-targets -- -D warnings
  • cargo clippy --locked --workspace --all-targets --all-features -- -D warnings

@fffonion
fffonionforce-pushed the feat/host-async-drivers branch from 7733ec6 to 71c8895CompareAugust 10, 2026 23:03
@fffonion
fffonionforce-pushed the refactor/host-owned-policies-async-io branch from f3dd108 to 7e0a1b2CompareAugust 10, 2026 23:03
@fffonion

Copy link
Copy Markdown
CollaboratorAuthor

Superseded by #18 and #26. Host-owned policy/async IO moved to #18; HTTP-specific work moved to #26.

Sign up for freeto 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.

1 participant

@fffonion