Use the system.cpu API to query CPU metadata.
Use the system.cpu API to query CPU metadata. * available since Chrome 36 * https://developer.chrome.com/apps/system.cpu
(get-info)
Queries basic CPU information of the system.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [info] where:
|info| - https://developer.chrome.com/apps/system.cpu#property-callback-info.
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/apps/system.cpu#method-getInfo.
Queries basic CPU information of the system. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is [info] where: |info| - https://developer.chrome.com/apps/system.cpu#property-callback-info. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/apps/system.cpu#method-getInfo.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.app.system.cpu namespace.
Taps all valid non-deprecated events in chromex.app.system.cpu namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close