After https://github.com/apache/opendal/issues/5480 been implemented, we can now access `Executor` in context instead of from `OpWrite` or `OpRead`. **This issue is required to be addressed. Otherwise our users who depends on timeout layer will be affected.** To implement this change, we will need: - [ ] Migrate existing usage of `Executor` to context based - https://github.com/apache/opendal/issues/5831 - https://github.com/apache/opendal/issues/5832 - https://github.com/apache/opendal/issues/5833 - [ ] Remove `Executor` from `OpWrite` and `OpRead`
After #5480 been implemented, we can now access
Executorin context instead of fromOpWriteorOpRead.This issue is required to be addressed. Otherwise our users who depends on timeout layer will be affected.
To implement this change, we will need:
Executorto context basedExecutorfromOpWriteandOpRead