Skip to content

Instantly share code, notes, and snippets.

View aveek-adsnative's full-sized avatar

Aveek Mukherjee aveek-adsnative

  • AdsNative
  • San Francisco, CA
View GitHub Profile
@aveek-adsnative
aveek-adsnative / app.py
Last active May 15, 2018 08:41
A Fail Fast Multiprocess Generator
#!/usr/bin/env python
# -*- coding: utf-8 -*-
########################################
# Test Fail Safe Multiprocessing #
########################################
from fail_fast_multiprocessing_generator import MultiprocessGenerator
a=[1, 5, 7]