[][src]Module jlrs::julia_future

A Future that represents a function call in Julia running on another thread.

Structs

JuliaFuture

A Future that runs a Julia function on a new thread with Base.Threads.@spawn. The function is called as soon as it is created, not when it's polled for the first time. You can create a JuliaFuture by calling Value::call_async.