Asynchronous transfer of control in the real-time specification for java™
暂无分享,去创建一个
The Real-Time Specification for Java provides a facility for Asynchronous Transfer of Control based on exception handling and a generalization of the interrupt() method from the Thread class. This mechanism allows the programming of useful idioms such as timeouts and thread termination without the latency found in polling, and it avoids the problems inherent in the Thread class's stop() and destroy() methods.
[1] Patrick Chan,et al. The Java Class Libraries Poster , 2001 .
[2] James Gosling,et al. The Real-Time Specification for Java , 2000, Computer.
[3] Guy L. Steele,et al. Java Language Specification, Second Edition: The Java Series , 2000 .