Module screen_13::pool::hash

source ·
Expand description

Pool which leases by exactly matching the information before creating new resources.

The information for each lease request is placed into a HashMap. If no resources exist for the exact information provided then a new resource is created and returned.

Structs

  • A high-performance resource allocator.