摘要
异步编程是.NET Framework中的核心技术,其主要思想是在后台执行复杂任务,从而避免阻塞应用程序的用户交互。本文较详细地论述了异步编程的设计模式和应用。
The asynchronization programming is a key technology in .Net Framework, whose main thought is carrying out a complicated task in the background, avoiding blocking the interactive session of applications. In this paper, the design pattern and application of asynchronization programming has been discussed in detail.
出处
《科技广场》
2007年第11期194-195,共2页
Science Mosaic
关键词
异步编程
设计模式
线程
回调
Asynchronization Progruming
Design Pattern
Thread
Callback