ThreadFunc


Description:

[ CCode ( instance_pos = 0.9 ) ]
[ Version ( since = "1.0" ) ]
public delegate Future ThreadFunc ()

A function which will be run on a dedicated thread.

It must return a [class@Dex.Future] that will eventually resolve to a value or reject with error.

Returns:

a [class@Dex.Future]


Namespace: Dex
Package: libdex-1