idleSources function
Every IdleSource candidate for the host this code is running on.
Used by the parity harness, which needs all candidates at once; ordinary use wants defaultIdleSource.
Implementation
List<IdleSource> idleSources() => idleSourcesFor(Platform.operatingSystem);