mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
855b42551d144cf6266e09a243e5c3e97f669dc9
Now we poll libuv's events in embed thread by adding main loop's backend fd to a new kqueue fd, instead of directly polling on main loop's backend fd. In this way we can avoid dealing with one shot events overselves.
Languages
C++
55.9%
TypeScript
33.4%
Objective-C++
5.5%
JavaScript
2.4%
Python
1.7%
Other
1%