This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
b871e34e5b
micropython-lib
/
multiprocessing
/
test_pool.py
8 wiersze
103 B
Python
Czysty
Wina
Historia
from
multiprocessing
import
Pool
def
f
(
x
)
:
return
x
*
x
pool
=
Pool
(
4
)
print
(
pool
.
apply
(
f
,
(
10
,
)
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik