GitHub user dr3s added a comment to the discussion: Operator concurrency

basically only one request/thread is ever able to enter that block:
```rust
println!("Uploading {} to Blob storage", id);
    state.storage.write(file_path, bytes.clone()).await?;
    
    println!("Uploaded {}", id);
```

GitHub link: 
https://github.com/apache/opendal/discussions/5401#discussioncomment-11486828

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to