Vala.Concurrent.Future.run – Valacore Reference Manual
run
Description:
public
static
Future
<
T
>
run
<
T
> (
owned
TaskFunc
<
T
> task)
Starts asynchronous execution on a background thread.
Parameters:
task
computation to execute.
Returns:
pending future.