Put adds a value to the pool.
(interface{})
| 231 | Get() interface{} |
| 232 | // Put adds a value to the pool. |
| 233 | Put(interface{}) |
| 234 | } |
| 235 | |
| 236 | // writePoolData is the type added to the write buffer pool. This wrapper is |
no outgoing calls
no test coverage detected