Staging
v0.5.1
https://github.com/python/cpython
Revision 4365b8302db6e100e3ad4bddf891c8a4e747c5c1 authored by Andrew Svetlov on 08 August 2016, 00:10:39 UTC, committed by Andrew Svetlov on 08 August 2016, 00:10:39 UTC
gather will raise exception in case of problem but wait just returns done and pending lists of futures.
For getting error every future result should be retrieved, which is boring and error prone.
1 parent 9854789
Raw File
Tip revision: 4365b8302db6e100e3ad4bddf891c8a4e747c5c1 authored by Andrew Svetlov on 08 August 2016, 00:10:39 UTC
Use asyncio.gather instead of asyncio.wait in example.
Tip revision: 4365b83
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top