We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cf481 commit cdea68aCopy full SHA for cdea68a
README.md
@@ -2,8 +2,7 @@
2
3
StableTasks is a simple package with one main API `StableTasks.@spawn` (not exported by default).
4
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).
+It works like `Threads.@spawn`, except it is *type stable* to `fetch` from.
7
8
``` julia
9
julia> Core.Compiler.return_type(() -> fetch(StableTasks.@spawn 1 + 1), Tuple{})
0 commit comments