About Anaconda Help Download Anaconda

Async to sync converter

Installers

  • linux-64 v2.0.3
  • linux-aarch64 v2.0.3
  • osx-arm64 v2.0.3
  • win-64 v2.0.3

conda install

To install this package run one of the following:
conda install main::syncer

Description

Sometimes (mainly in test) we need to convert asynchronous functions to normal, synchronous functions and run them synchronously. It can be done by ayncio.geteventloop().rununtilcomplete(), but it’s quite long… Syncer makes this conversion easy.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy