pypi aiostream 0.7.2
v0.7.2

2 hours ago

What's Changed

  • Change return type of return Callable annotation in async_ to Coroutine[Any, Any, T], which is narrower than Awaitable[T] by @jonathandung in #139
  • Replace asyncio.iscoroutinefunction with inspect.iscoroutinefunction by @vxgmichel in #142
  • Allow concatmap, flatmap and switchmap to receive an async function by @vxgmichel in #143

New Contributors

Full Changelog: v0.7.1...v0.7.2

Don't miss a new aiostream release

NewReleases is sending notifications on new releases.