qisdk / com.aldebaran.qi.sdk / QiThreadPool / execute

execute

static fun <V : Any!> execute(callable: Callable<V>!): Future<V>!

Execute a callable on the thread pool.

Parameters

callable - Callable<V>!: the callable

- the value type

Return
Future<V>!: a future of the computed result