Skip to content

Commit cdea68a

Browse files
committed
update README
1 parent d9cf481 commit cdea68a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
StableTasks is a simple package with one main API `StableTasks.@spawn` (not exported by default).
44

5-
It works like `Threads.@spawn`, except it is *type stable* to `fetch` from (and it does not yet support threadpools
6-
other than the default threadpool).
5+
It works like `Threads.@spawn`, except it is *type stable* to `fetch` from.
76

87
``` julia
98
julia> Core.Compiler.return_type(() -> fetch(StableTasks.@spawn 1 + 1), Tuple{})

0 commit comments

Comments
 (0)