Move wakeup scheduling bits in the separate class
The following discussion from !13 (merged) should be addressed:
-
@broulik started a discussion: (+2 comments) I kinda think all of this should be moved into a separate class, to avoid this
#ifdef Q_OS_LINUX
mess. Also because it makes the core even larger than it already is (adds theWakeupInfo
struct etc)...