Search found 3 matches

by Nezra
Wed May 15, 2019 10:29 am
Forum: Programs, Libraries and Tools
Topic: uasyncio - asyncio-like cooperative multitasking framework for uPy
Replies: 114
Views: 132205

Re: uasyncio - asyncio-like cooperative multitasking framework for uPy

To set it straight: the official picoweb works with official uasyncio from the official micropython-lib, all of which work with the official Pycopy project from the author/maintainer of all these 4 things. There're various outdated vendor forks, which I, as the author, do not support. If you want t...
by Nezra
Mon May 13, 2019 11:04 pm
Forum: Programs, Libraries and Tools
Topic: uasyncio - asyncio-like cooperative multitasking framework for uPy
Replies: 114
Views: 132205

Re: uasyncio - asyncio-like cooperative multitasking framework for uPy

[quote=pythoncoder post_id=36488 time=1557752450 user_id=265] You can use [b]uasyncio[/b] with official MicroPython - on many platforms it is pre-installed as frozen bytecode. You might like to look at [url=https://github.com/peterhinch/micropython-async]my uasyncio repo[/url] which contains various...
by Nezra
Mon May 13, 2019 10:45 am
Forum: Programs, Libraries and Tools
Topic: uasyncio - asyncio-like cooperative multitasking framework for uPy
Replies: 114
Views: 132205

Re: uasyncio - asyncio-like cooperative multitasking framework for uPy

Here's my problem. I would love to use asyncio. I need to use it. But. I'm no super compilation genius. I thinker, as do allot of people coming in with the promise of python on the esp32. Picoweb has effectively cornered the market on async. Picoweb, and asyncio, only run on the pycopy of the librar...