Skip to content

Conversation

@inner-daemons
Copy link
Collaborator

@inner-daemons inner-daemons commented Jan 17, 2026

Connections
Closes #8844

Description
Adds an unsafe multi-queue implementation. Very much a WIP

Testing
Nothing yet

Squash or Rebase?
Squash lmao

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy --tests. If applicable, add:
    • --target wasm32-unknown-unknown
  • Run cargo xtask test to run tests.
  • If this contains user-facing changes, add a CHANGELOG.md entry.

@inner-daemons
Copy link
Collaborator Author

For any future reviewers, this is what to pay special attention to IMO:

  • Device::maintain
  • Handling of when Device::get_queue() returns None (I don't have a good understanding of when this should happen or how to handle it, especially with more stuff living on the Queue now)
  • Which stuff is made per-queue and which stuff should be (please consider this on your own as I probably missed some stuff)

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.

Unsafe multi-queue design RFC

1 participant