Aviat\Banker\Pool::deleteItem
Removes the item from the pool.
Signature
public function deleteItem(string
$key )
Parameters
$key
— string
The key to delete.
Returns
- bool
True if the item was successfully removed. False if there was an error.