gtoo8888
gtoo8888
现在我正在实现一个功能,有一个异步事件循环的库[libverto](https://github.com/latchset/libverto),内部实现了libevent,libhv,glib来实现事件循环,我现在正在尝试使用libhv作为底层的事件循环库 这是libverto库中,使用libevent的接口来添加信号处理的功能的[位置](https://github.com/latchset/libverto/blob/main/src/verto-libevent.c#L141) ```C++ static verto_mod_ev * libevent_ctx_add(verto_mod_ctx *ctx, const verto_ev *ev, verto_ev_flag *flags) { struct event *priv = NULL; XXXXXX case VERTO_EV_TYPE_SIGNAL: priv = event_new(ctx, verto_get_signal(ev), EV_SIGNAL | libeventflags, libevent_callback,...
参考文献问题
在论文中使用了本文提供的工具,readme中的介绍是 @misc{ISAT with segment anything, title={{ISAT with segment anything}: An Interactive Semi-Automatic Annotation Tool Based on Segment Anything}, url={https://github.com/yatengLG/ISAT_with_segment_anything}, note={Open source software available from https://github.com/yatengLG/ISAT_with_segment_anything}, author={yatengLG, Alias-z and horffmanwang}, year={2023},...