gpt4 book ai didi

javascript - Q(Q框架)是什么意思? (异步javascript框架)

转载 作者:行者123 更新时间:2023-12-03 11:02:46 26 4
gpt4 key购买 nike

Q framework非常有名(github上有超过7k star),有人能告诉我Q是什么意思吗?

我用谷歌搜索并检查了它的官方文档,但没有找到任何线索......

最佳答案

文档中对此进行了详细解释。

The callback approach is called an “inversion of control”. A function that accepts a callback instead of a return value is saying, “Don’t call me, I’ll call you.”. Promises un-invert the inversion, cleanly separating the input arguments from control flow arguments. This simplifies the use and creation of API’s, particularly variadic, rest and spread arguments.

您可能想阅读有关 callback hell 的更多信息以及这与使用 Q 等控制流库有何关系,以及如何 Promises适合。

关于javascript - Q(Q框架)是什么意思? (异步javascript框架),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28006716/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com