(buffer, notempty)
| 221 | |
| 222 | @staticmethod |
| 223 | def _finalize_close(buffer, notempty): |
| 224 | debug('telling queue thread to quit') |
| 225 | with notempty: |
| 226 | buffer.append(_sentinel) |
| 227 | notempty.notify() |
| 228 | |
| 229 | @staticmethod |
| 230 | def _feed(buffer, notempty, send_bytes, writelock, reader_close, |