Future.complete

Sets this Future as completed by storing the provided result into it and waking up anybody who was awaiting it

class Future
package
void
complete

Parameters

result Result

the task's result

Throws

TODO: Handle the libsnooze event

Meta