Closed Thomasdezeeuw closed 3 months ago
Instead of always using the Box implementation, meaning we always allocate, we now require the caller to pass resources that implement DropWaker.
This means we can avoid the allocation for various types that implement DropWaker already.
Instead of always using the Box implementation, meaning we always allocate, we now require the caller to pass resources that implement DropWaker.
This means we can avoid the allocation for various types that implement DropWaker already.