Hacker News new | past | comments | ask | show | jobs | submit login

on MacOS are kqueue and libdispatch/grand central dispatch doing different things?



libdispatch/GCD is a task scheduler built on top of kqueue. It's meant for moving things away from the main UI thread without thinking how often you do that.


Thanks for clarifying!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: