Skip to content

Commit

Permalink
ci: fix long line in doc/docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Nov 5, 2022
1 parent 3e02f3b commit 9f2ab9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3802,9 +3802,9 @@ fn main() {
}
```

There's also a `go` keyword. Right now `go foo()` will be automatically renamed via vfmt to
`spawn foo()`,
and there will be a way to launch a coroutine with `go` (a lightweight thread managed by the runtime).
There's also a `go` keyword. Right now `go foo()` will be automatically renamed via vfmt
to `spawn foo()`, and there will be a way to launch a coroutine with `go` (a lightweight
thread managed by the runtime).

Sometimes it is necessary to wait until a parallel thread has finished. This can
be done by assigning a *handle* to the started thread and calling the `wait()` method
Expand Down

0 comments on commit 9f2ab9a

Please sign in to comment.