This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
lambda
Watch
1
Star
0
Fork
You've already forked lambda
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9a5f281239
lambda
/
parallel
/
parallel.go
8 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
parallel
2022-03-26 22:01:10 +00:00
package
parallel
Example
2022-03-27 01:44:39 +00:00
var
routineCount
int
=
4
parallel
2022-03-26 22:01:10 +00:00
func
SetRoutineCount
(
n
int
)
{
routineCount
=
n
}