asynchronous programming in python

前端 未结 6 1804
醉梦人生
醉梦人生 2020-11-29 18:21

Is there a generic notion of asynchronous programming in python? Could I assign a callback to a function, execute it and return to the main program flow immediately, no matt

6条回答
  •  我在风中等你
    2020-11-29 19:17

    You may well want to checkout the Twisted library for Python. They provide many useful tools.

    1. A little primer
    2. Defer and Related stuff

提交回复
热议问题