| 程序包 | 说明 |
|---|---|
| xyz.downgoon.mydk.concurrent | |
| xyz.downgoon.mydk.framework.utiny |
| 类和说明 |
|---|
| BooleanSignal |
| ResourceLifecycle |
| Watchdog
a watchdog is a controllable thread who does the
Watchdog.WatchJob at
intervals and takes orders such as Watchdog.suspend(), Watchdog.resume() or
Watchdog.stop() from the caller. of course we can view its status at any time
by calling Watchdog.isJobDoing(), Watchdog.isSleeping() or
Watchdog.isSuspended(). |
| Watchdog.JobInterrupttedHandler |
| Watchdog.WatchJob |
| 类和说明 |
|---|
| ThreadContext
A ThreadContext provides a means of binding and unbinding objects to the
current thread based on key/value pairs.
|
Copyright © 2017. All rights reserved.