kivy:asyncio_support

Last commit made on 2016-08-16
Get this branch:
git clone -b asyncio_support https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
asyncio_support
Repository:
lp:kivy

Recent commits

818b33f... by gabriel pettier <email address hidden>

[XXX] temporary commit to debug, should probably be rebased away waer

b1fe14a... by gabriel pettier <email address hidden>

remove still more un-needed code from GuiEventLoop

aiohttp still broken, debugging

3807f27... by gabriel pettier <email address hidden>

graphical tweaking of the example

03ff164... by gabriel pettier <email address hidden>

some more code deletion, rely more on SelectorEventLoop

fix example to replace run_until_complete (that was closing the loop
after) and use ensure_future instead

2adaed1... by gabriel pettier <email address hidden>

[HEAVY WIP] change loop model to try making aiohttp example work

for now only timeout work, but simplified to avoid wrapping all tasks in
a second loop in a thread, make managing kivy app externally from
KivyEventLoop easier, also base loop on SelectorEventLoop.

2b94337... by gabriel pettier <email address hidden>

simplify/generalize a few asyncio wrapping calls

ef97a63... by gabriel pettier <email address hidden>

asyncio: uncomment wrongly commented nonlocal var

1a10a65... by gabriel pettier <email address hidden>

hack to make the window loop work during blocking coroutines

7554144... by gabriel pettier <email address hidden>

replace _copy_state with futures._copy_future_state

455ed71... by gabriel pettier <email address hidden>

fix KivyEventLoop/GuiEventLoop and example, seems way better now