Skip to content

Instantly share code, notes, and snippets.

@davidmoran
davidmoran / process_threads_tasks_asyncio.py
Last active April 25, 2016 15:22 — forked from cr0hn/process_threads_tasks_asyncio.py
PoC that mixes Python 3 Process -> threads -> asyncio Tasks.
# -*- coding: utf-8 -*-
#
# Author: Daniel Garcia (cr0hn) - @ggdaniel
# Github: https://github.com/cr0hn
#
import asyncio
from multiprocessing import Process