noxdafox/pebble

Asyncio decorators support

noxdafox opened this issue · 3 comments

Something on the line:

from pebble import asyncio

@asyncio.process
def example(*args):
    return args

await example([1,2, 3])

That would be fantastic!

It will look like:

from pebble import asynchronous

@asynchronous.process
def example(*args):
    return args

await example([1, 2, 3])

Issue resolved with release 5.0.0.