Method
FoundryContextshutdown
Declaration [src]
DexFuture*
foundry_context_shutdown (
FoundryContext* self
)
Return value
Type: DexFuture
A DexFuture
that resolves when the
context has shutdown.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |