We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4902ae1 commit b20e193Copy full SHA for b20e193
src/resource_manager.rs
@@ -6,7 +6,6 @@ use tokio::sync::{Semaphore, SemaphorePermit};
6
7
/// [crate::resource_manager::ResourceManager] provides a simple way to allocate various resources
8
/// to tasks. Resource management is performed using a Tokio Semaphore for each type of resource.
9
-#[derive(Debug)]
10
pub struct ResourceManager {
11
/// Optional semaphore for S3 connections.
12
s3_connections: Option<Semaphore>,
0 commit comments