Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 libuv,但我需要能够将事件从我的网络线程发送到我的主线程。我猜 libuv 会有自定义事件来处理这类事情,但我找不到它们。
有任何想法吗?谢谢!
您可以使用 uv_async_send 发送它们:
http://nikhilm.github.com/uvbook/threads.html