Related: https://github.com/JuliaLang/julia/issues/12455

On Thu, Aug 20, 2015 at 7:30 AM, Andreas Lobinger <[email protected]>
wrote:

> Hello colleagues,
>
> i'd like to ask for som pointers (in documentation or example which
> already use/do this) for the following concept:
> fork processing (one shot) while continue running a program.
>
> Maybe multitasking, maybe multithreading, but what i want to do is to spin
> off some calculations at one time (GUI: pressing a button) and not waiting
> for the result to be calculated but revisit the result later. I read into
> the Tasks&Parallel computing chapter in the std. lib, but it looks like i
> have to take care about scheduling?
>
> Any hint appreciated.
>
> Wishing a happy day,
>         Andreas
>

Reply via email to