Skip to content

Commit 136bf97

Browse files
authored
Add thread kwarg to docstring, resolves #368.
1 parent ce5436b commit 136bf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constructors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Advanced users can customize the implementation of the `@turbo`-annotated block
173173
using keyword arguments:
174174
175175
```julia
176-
@turbo inline=false unroll=2 body
176+
@turbo inline=false unroll=2 thread=4 body
177177
```
178178
179179
where `body` is the code of the block (e.g., `for ... end`).

0 commit comments

Comments
 (0)