Results 953 comments of Thomas Grainger

Yes On 12 Apr 2014 20:36, "noinnion" [email protected] wrote: > you you use offline reading? > > On Tue, Apr 8, 2014 at 12:26 AM, Thomas Grainger > [email protected]: >...

It's the latest version of News+ on Google Play. On 13 Apr 2014 17:03, "noinnion" [email protected] wrote: > what version are you using? > could you clear the cache and...

@noinnion do you know what's happening to cause it in the first place?

@florimondmanca looking for a soft-cancel approach for @pfmoore here https://github.com/agronholm/anyio/discussions/333#discussioncomment-960478

you would do ```python async def worker(async_fn, fount, sink): with fount, sink: async for item in fount: result = await async_fn(item) try: await sink.send(result) except anyio.ClosedResourceError: break ``` this way...

also anyio 3 supports taskgroup.start so you can limit tasks with: ```python async def execute_task(semaphore, async_fn, \, *args, task_status, **kwargs): async with semaphore: task_status.started() await async_fn(*args, **kwargs) async with anyio.create_task_group()...

@c0nrad bump

@c0nrad bump

@fishouttah20 I know I run that herokuapp