timeout-decorator
timeout-decorator copied to clipboard
Change Implementation for signals=False from queue to pipe
- pipe is more performant then queue
- it is more elegant
- it might run on Amazon AWS (unconfirmed)