feat(core): compio executor - #8038
Open
George-Miao wants to merge 1 commit into
Open
Conversation
2 tasks
Xuanwo
reviewed
Aug 7, 2026
| "layers-retry", | ||
| "layers-timeout", | ||
| ] | ||
| executors-compio = ["opendal-core/executors-compio"] |
Member
There was a problem hiding this comment.
Let's make it a new crate. Tokio will be moved out too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Closes #8037.
Rationale for this change
It's good to have another option for user to choose, even if it's not a popular one. I personally would really want to use OpenDAL on compio.
What changes are included in this PR?
This PR brings two major changes:
Execute's timeout function so that timeout layer can useExecute::timeoutdirectly.CompioExecutor.Are there any user-facing changes?
Executetrait is changed. Though I believecoreis considered a hidden API that user should not use directly. Not very sure if this consititutes a breaking change.AI Usage Statement
I used codex's gpt-5.6-sol to brainstorm & implement part of the PR. I have thoroughly reviewed the change and fixed any issue I found before submitting this PR.