扫码关注官方订阅号
tornado ioloop中有add_callback和add_callback_from_signal两个方法,不知道两者的差别是什么?
文档又不是没有写:
Safe for use from a Python signal handler; should not be used otherwise. Callbacks added with this method will be run without any stack_context, to avoid picking up the context of the function that was interrupted by the signal.
Safe for use from a Python signal handler; should not be used otherwise.
Callbacks added with this method will be run without any stack_context, to avoid picking up the context of the function that was interrupted by the signal.
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
文档又不是没有写: