# StateThe Hardware Concurrency API The navigator.hardwareConcurrency read-only property returns the number of logical processors available to run threads on the user's computer.
The useHardWareConcurrency
function exposes the following readonly reactive state:
import { useHardwareConcurrency } from 'vue-use-web';
const { logicalProcessors } = useHardwareConcurrency();
State Type Description logicalProcessors Number
Number of logical processors available on the device. unsupported Boolean
If the API is unsupported. # Example
TODO: Some cool example!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4