Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Jan 30, 2024
1 parent d9cf481 commit cdea68a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

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

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

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

0 comments on commit cdea68a

Please sign in to comment.