asyncio.Event在信号处理程序中未被设置
创始人
2024-09-21 05:00:55
0

在实现信号处理程序的函数中,不能直接设置 asyncio.Event 实例的状态,必须通过调用 asyncio.ensure_future() 来执行协程,并在协程中设置 Event 的状态。以下是一个示例:

import asyncio
import signal

loop = asyncio.get_event_loop()
evt = asyncio.Event()

async def do_work():
    print("Starting work ...")
    await asyncio.sleep(3)
    print("Work finished.")
    evt.set()

async def signal_handler():
    print("Received signal, stopping tasks ...")
    task = asyncio.ensure_future(do_work())
    await evt.wait()
    task.cancel()
    print("All tasks stopped.")
    loop.stop()

async def main():
    # Register the signal handler
    loop.add_signal_handler(signal.SIGINT, lambda: asyncio.ensure_future(signal_handler()))

    # Start main work
    await asyncio.gather(do_work())

if __name__ == "__main__":
    loop.run_until_complete(main())

在上面的示例中,signal_handler() 函数是信号处理程序,它会调用 asyncio.ensure_future() 来启动协程 do_work(),并在协程中设置 Event 的状态。当 Event 的状态被设置后,signal_handler() 会取消任务并关闭事件循环。

相关内容

热门资讯

必备教程!pokernow辅助... 必备教程!pokernow辅助工具,aapoker透视脚本入口,竟然是真的有挂(有挂方式)1、操作简...
总算清楚!wepoker辅助分... 总算清楚!wepoker辅助分析器,wpk作弊最怕三个东西,好像真的是有挂(有挂技巧)1、点击下载安...
我来向大家传授!hhpoker... 我来向大家传授!hhpoker辅助靠谱吗,hhpoker有后台操控吗,切实是真的有挂(真的有挂)1、...
今日头条!fishpoker透... 今日头条!fishpoker透视,德扑圈透视,一直真的是有挂(有挂工具)1、打开软件启动之后找到中间...
玩家必看分享!hhpoker有... 玩家必看分享!hhpoker有透视功能吗,wepoker辅助真的假的,确实真的是有挂(存在有挂)1、...
推荐一款!HH平台挂,hhpo... 推荐一款!HH平台挂,hhpoker有后台操控吗,一贯真的有挂(有挂解密)1、下载好透视辅助下载之后...
玩家爆料!德扑圈透视挂,哈糖大... 玩家爆料!德扑圈透视挂,哈糖大菠萝免费辅助器,竟然是有挂(有挂规律)哈糖大菠萝免费辅助器透视方法中分...
带你了解!wepoker俱乐部... 带你了解!wepoker俱乐部辅助,hhpoker买挂,切实真的是有挂(有挂技巧)在进入软件靠谱后,...
终于懂了!wepoker有没有... 终于懂了!wepoker有没有机器人,hhpoker是真的假的,其实有挂(了解有挂)1、首先打开辅助...
分享一款!wepoker有什么... 分享一款!wepoker有什么规律,xpoker辅助器,一贯真的有挂(有挂总结)1、破解器简单,机器...