Commit d1bf1c68 authored by Denis Bilenko's avatar Denis Bilenko

updated copyright

parent 675a5ffa
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
"""Spawn multiple workers and wait for them to complete"""
urls = ['http://www.google.com', 'http://www.yandex.ru', 'http://www.python.org']
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
version_info = (0, 10, 0)
__version__ = '0.10.0'
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
import sys
import traceback
from gevent import core
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
import sys
import traceback
from gevent import core
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
import sys
import os
import traceback
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
import sys
def patch_os():
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
from collections import deque
from gevent.hub import GreenletExit, getcurrent
from gevent.greenlet import joinall, Greenlet
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
import sys
import heapq
import collections
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
"""A few utilities for raw greenlets.
# XXX these functions do not support 'timeout' parameter as gevent.greenlet API
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
from gevent import core
from gevent.hub import get_hub, getcurrent
from gevent.timeout import Timeout
......
# Copyright (c) 2005-2006, Bob Ippolito
# Copyright (c) 2007, Linden Research, Inc.
# Copyright (c) 2009 Denis Bilenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
......
# Copyright (c) 2009 Denis Bilenko. See LICENSE for details.
from gevent import core
from gevent.hub import getcurrent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment