Feature Description
golang uses context to propagate timeout and cancellation, I'm think all IO operation interfaces should take context as the first argument.
For now, I don't see timeout layer when we construct the operator in c-layer
Problem and Solution
N/A
Additional Context
No response
Are you willing to contribute to the development of this feature?
Feature Description
golang uses
contextto propagate timeout and cancellation, I'm think all IO operation interfaces should take context as the first argument.For now, I don't see timeout layer when we construct the operator in c-layer
opendal/bindings/c/src/operator.rs
Line 87 in 3200687
Problem and Solution
N/A
Additional Context
No response
Are you willing to contribute to the development of this feature?