本资源包含 1 个源码文件 支持在线预览,点击文件名即可查看
温馨提示:点击文件名或"查看源码"按钮可在线浏览源代码,支持语法高亮显示。
The Reactor design pattern handles service requests that are delivered concurrently to an application by one or more clients. Each service in an application may consist of serveral methods and is represented by a separate event handler that is responsible for dispatching service-specific requests.
