It may be useful if this could also handle regular def ... functions, in addition to async def functions.
I'm imagining using this for Datasette extras where some extras might be able to operate directly on data that has already been fetched by other functions - e.g. an extra which transforms objects in some way.
Refs:
It may be useful if this could also handle regular
def ...functions, in addition toasync deffunctions.I'm imagining using this for Datasette extras where some extras might be able to operate directly on data that has already been fetched by other functions - e.g. an extra which transforms objects in some way.
Refs: