ptbxzrt

Results 6 comments of ptbxzrt

@MartinPerry @PierreMarchand20 I have the same exact question, did you manage to solve your issue?

openEuler社区今年在开源之夏有一个[项目](https://summer-ospp.ac.cn/org/prodetail/23b970534?lang=zh&list=pro) ,正好可以用您说的这个思路实现。这个项目目前由我跟进,我会尝试基于libhv实现一个libevent兼容层。

> > > > 我写了部分实现,可以参考下: > > ```c > #ifndef HV_LIBEVENT_COMPAT_H_ > #define HV_LIBEVENT_COMPAT_H > > #include "hexport.h" > #include "hloop.h" > > #define event_base hloop_s; > #define event hio_s;...

@Yangsx-1 Hello, are you planning to implement these commands on your own? I am a beginner, but I am very interested in this. I'm wondering if I can participate. Thank...

> > @Yangsx-1 Hello, are you planning to implement these commands on your own? I am a beginner, but I am very interested in this. I'm wondering if I can...