Skip to content

v0.7.2

Latest

Choose a tag to compare

@vxgmichel vxgmichel released this 08 Sep 16:13
· 1 commit to main since this release

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