diff --git a/src/mesh.rs b/src/mesh.rs index e22e5fb..c9c83a5 100644 --- a/src/mesh.rs +++ b/src/mesh.rs @@ -455,6 +455,8 @@ impl MeshPool { Err(e) => return Err(e), } } + + // TODO create a new pool if no available pool was found } self.staging.queue_copies(copies);