Post

流畅的Python

流畅的Python

流畅的Python

作者:未知作者 笔记数:1 条

第17章 使用future处理并发

future表示终将发生的事情,而确定某件事会发生的唯一方式是执行的时间已经排定。因此,只有排定把某件事交给concurrent.futures.Executor子类处理时,才会创建concurrent.futures.Future实例。

This post is licensed under CC BY 4.0 by the author.