(twr)
| 211 | |
| 212 | @staticmethod |
| 213 | def _finalize_join(twr): |
| 214 | debug('joining queue thread') |
| 215 | thread = twr() |
| 216 | if thread is not None: |
| 217 | thread.join() |
| 218 | debug('... queue thread joined') |
| 219 | else: |
| 220 | debug('... queue thread already dead') |
| 221 | |
| 222 | @staticmethod |
| 223 | def _finalize_close(buffer, notempty): |