Sign in
dart
/
sdk.git
/
a5520d07cb978ff02d6a956315af574f501f355c
/
.
/
build
/
dart
/
num_cpus.py
blob: d8fd75f64fb5d4994ff2f19e6ff1a98934b981c9 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
# Copyright 2025 The Dart Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import
multiprocessing
print
(
multiprocessing
.
cpu_count
())