joyent / libuv

Go to
https://github.com/libuv/libuv
3.27k stars 653 forks source link

Can i use libuv in IOS project? #1600

Closed guoxiaoqian closed 9 years ago

guoxiaoqian commented 9 years ago

I tried to compile libuv for IOS,and i made it . In my project, i tried to send async message to libuv loop by calling uv_async_send, but the loop do nothing,because it can not receive the message. However it can work normally in Windows and Android。

saghul commented 9 years ago

Please open new issues on libuv/libuv instead. On Mar 27, 2015 6:13 AM, "郭晓倩" notifications@github.com wrote:

I tried to compile libuv for IOS,and i made it . In my project, i tried to send async message to libuv loop by calling uv_async_send, but the loop do nothing,because it can not receive the message. However it can work normally in Windows and Android。

— Reply to this email directly or view it on GitHub https://github.com/joyent/libuv/issues/1600.