Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 3 个功能:
A() B() C()
并且它们都从多个 Web 服务请求数据。我想让它们同时被调用。不是先A,后B,后C。AB和C应该在相同的时间间隔内工作。有什么建议吗?