GitHub user Xuanwo added a comment to the discussion: Operator concurrency
Hi, would you like to share the entire code? `Operator::write` is an async operation, so you will need to call like this to make it work: ```rust operator.write(file_path, bytes.clone()).await?; ``` GitHub link: https://github.com/apache/opendal/discussions/5401#discussioncomment-11486785 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
