You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:return type Int64 does not match inferred return type Any
18
+
Stacktrace:
19
+
[1] error(s::String)
20
+
@ Base ./error.jl:35
21
+
[2] top-level scope
22
+
@ REPL[3]:1
16
23
```
17
24
18
25
The package also provides `StableTasks.@spawnat` (not exported), which is similar to `StableTasks.@spawn` but creates a *sticky* task (it won't migrate) on a specific thread.
19
26
20
27
```julia
21
28
julia> t = StableTasks.@spawnat4 Threads.threadid();
0 commit comments