Skip to content

Instantly share code, notes, and snippets.

View matuzalemmuller's full-sized avatar

Matuzalem 'Mat' Muller matuzalemmuller

View GitHub Profile
#!/usr/bin/env python
import multiprocessing
import random
import time
class Logger:
def __init__(self, num_lines, last_output_per_process, terminal_lock):
self.num_lines = num_lines