bonsairobo opened a new issue, #6591: URL: https://github.com/apache/opendal/issues/6591
### Feature Description Add a method to `ConcurrentLimitLayer` to provide an `Arc<Semaphore>`. ### Problem and Solution Some applications may have their own semaphores used for limiting concurrency. For example, when limiting a process's open file handles. `ConcurrentLimitLayer` is already using `Arc<Semaphore>` internally, so this only needs to be exposed. ### Additional Context _No response_ ### Are you willing to contribute to the development of this feature? - [x] Yes, I am willing to contribute to the development of this feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
