Method

FoundryServicewhen_ready

Declaration [src]

DexFuture*
foundry_service_when_ready (
  FoundryService* self
)

Description [src]

Gets a future that resolves when the service has started.

Return value

Type: DexFuture

A DexFuture.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.