-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issues of RFC-2299: Chain based Operator API #2300
Labels
Comments
suyanhanx
changed the title
Tracking issues of RFC-2299: Chain based Operator AP
Tracking issues of RFC-2299: Chain based Operator API
May 23, 2023
Xuanwo
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
core
labels
May 24, 2023
This was referenced May 24, 2023
This was referenced May 24, 2023
Hello, @infdahai. Thank you for your dedication and hard work! The RFC is nearly complete, with just one remaining task: implementing |
Just wait a minute. |
There is no hurry, have fun! |
Thank @infdahai, all issues have been resolved! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Changes
Please take #2303 as refercence.
FutureXxx
struct which implementsFuture
.async fn xxx_with(xxx) -> Result<Metadata>
tofn xxx_with(xxx) -> FutureXxx
OpXxx
's functions uponFutureXxx
instead.Tasks
range_read_with
also removed)The text was updated successfully, but these errors were encountered: