Sign in
dart
/
sdk
/
refs/heads/dev
/
.
/
build
/
dart
/
num_cpus.py
blob: d8fd75f64fb5d4994ff2f19e6ff1a98934b981c9 [
file
] [
log
] [
blame
] [
edit
]
#!/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
())