Method
DexThreadPoolclose
Declaration [src]
DexFuture*
dex_thread_pool_close (
DexThreadPool* pool,
DexThreadPoolShutdownMode mode
)
Parameters
mode-
Type:
DexThreadPoolShutdownModeShutdown policy for queued work.
Return value
Type: DexFuture
A future that resolves when shutdown completes.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |