funcy icon indicating copy to clipboard operation
funcy copied to clipboard

Feature Request: async versions of functions?

Open eykd opened this issue 2 years ago • 1 comments

Is there any interest in adding async versions of the functions here? This is such a useful toolkit in sync land, but the divide between iterators and async iterators is deep.

Between aiostream and asyncstdlib I can cobble together most of what I need, but the naming is subtly different from my go-to funcy, and the libraries use different conventions (e.g. aiostream.stream.skip(myiter, 5) vs. funcy.drop(5, myiter).

eykd avatar Dec 21 '23 21:12 eykd

I've seen a couple of incomplete async helper libraries too, the thing is I don't write async python that much so might be not a good candidate to author such a library.

Suor avatar Jan 18 '24 06:01 Suor