码迷,mamicode.com
首页 > 其他好文 > 详细

tornado的IOLoop.instance()方法和IOLoop.current()方法区别

时间:2018-12-20 23:19:41      阅读:486      评论:0      收藏:0      [点我收藏+]

标签:make   http   方法区   使用   strong   title   调用   lan   创建   

在使用tornado时,经常有人疑惑IOLoop.current()方法和IOLoop.instance()方法的区别是什么。

IOLoop.current() 

返回当前线程的IOLoop,如果IOLoop当前正在运行或已被make_current标记为当前,则返回该实例。

如果没有当前IOLoop,则调用IOLoop.instance()方法创建一个IOLoop的实例返回。

 

IOLoop.instance()

返回全局 IOLoop实例。

 

在tornado 5.0之后的版本,instance()已经成为current()的别称。

 

tornado的IOLoop.instance()方法和IOLoop.current()方法区别

标签:make   http   方法区   使用   strong   title   调用   lan   创建   

原文地址:https://www.cnblogs.com/lucky-heng/p/10152995.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!