Get the latest tech news
Superfunctions: A universal solution against sync/async fragmentation in Python
Say NO to Python fragmentation on sync and async. Contribute to pomponchik/transfunctions development by creating an account on GitHub.
This library is designed to solve one of the most important problems in python programming - dividing all written code into 2 camps: sync and async. Their use makes the code so-called " multicolored": all the functions in it can be red or blue, and depending on the color, the rules for calling them are different. Thus, this library solves the problem of code duplication caused by the syntactic approach to marking asynchronous execution sections.
Or read this on Hacker News