Skip to content

Instantly share code, notes, and snippets.

@cr0hn
cr0hn / process_threads_tasks_asyncio.py
Last active April 25, 2016 17:13
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