Skip to content

Conversation

abonander
Copy link
Collaborator

  • restore fallback to async-io for connect_tcp() when runtime-tokio feature is enabled
  • smol and async-global-executor both use async-task, so JoinHandle impls can be consolidated
  • no need for duplicate yield_now() impls
  • delete impl Socket for ()

* restore fallback to `async-io` for `connect_tcp()` when `runtime-tokio` feature is enabled
* `smol` and `async-global-executor` both use `async-task`, so `JoinHandle` impls can be consolidated
* no need for duplicate `yield_now()` impls
* delete `impl Socket for ()`
@abonander abonander merged commit 66526d9 into main Sep 8, 2025
144 checks passed
@abonander abonander deleted the ab/rt-tweaks branch September 8, 2025 21:29
JosiahParry pushed a commit to JosiahParry/sqlx that referenced this pull request Sep 24, 2025
* restore fallback to `async-io` for `connect_tcp()` when `runtime-tokio` feature is enabled
* `smol` and `async-global-executor` both use `async-task`, so `JoinHandle` impls can be consolidated
* no need for duplicate `yield_now()` impls
* delete `impl Socket for ()`
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.

1 participant