mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
removed parallelism start marker
This commit is contained in:
parent
a52115be2f
commit
fdf12d97c7
@ -893,7 +893,6 @@ foo();
|
|||||||
// We can declare a main procedure, but all the code above main still gets
|
// We can declare a main procedure, but all the code above main still gets
|
||||||
// executed.
|
// executed.
|
||||||
proc main() {
|
proc main() {
|
||||||
writeln("PARALLELISM START");
|
|
||||||
|
|
||||||
// A begin statement will spin the body of that statement off
|
// A begin statement will spin the body of that statement off
|
||||||
// into one new task.
|
// into one new task.
|
||||||
|
Loading…
Reference in New Issue
Block a user