Skip to content

Commit bcc979a

Browse files
test master
1 parent a3a8314 commit bcc979a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Polyester.jl provides **low-overhead multithreading** in Julia. The primary API
1010

1111
Polyester implements static scheduling (c.f. `@threads :static`) and has minimal overhead because it manages and re-uses a dedicated set of Julia tasks. This can lead to (great) speedups compared to other multithreading variants (see [Benchmark]() below).
1212

13+
1314
## Basic usage example
1415

1516
```julia

0 commit comments

Comments
 (0)