Ultra-performant Promise implementation in Python
copied from cf-staging / promiseconda install conda-forge::promise
conda install conda-forge/label/broken::promise
conda install conda-forge/label/cf201901::promise
conda install conda-forge/label/cf202003::promise
conda install conda-forge/label/gcc7::promise
This is a implementation of Promises in Python. It is a super set of Promises/A+ designed to have readable, performant code and to provide just the extensions that are absolutely necessary for using promises in Python. Its fully compatible with the Promises/A+ spec