public class BackgroundThreadpool extends Object
Modifier and Type | Method and Description |
---|---|
void |
execute(Runnable runnable) |
void |
executeDelayed(Runnable runnable,
long deleyInSecond) |
static BackgroundThreadpool |
getInstance() |
void |
removeScheduledTask(Runnable runnable) |
public static BackgroundThreadpool getInstance()
public void execute(Runnable runnable)
public void executeDelayed(Runnable runnable, long deleyInSecond)
public void removeScheduledTask(Runnable runnable)
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.