Reactor pattern - Introduction by wiki

前端之家收集整理的这篇文章主要介绍了Reactor pattern - Introduction by wiki前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

The reactor design pattern is an event handling pattern for handling service requests deliveredconcurrently to a service handler by one or more inputs. The service handler thendemultiplexes the incoming requests and dispatches them synchronously to the associated request handlers.

Contents

[hide]

[edit]Structure

猜你在找的React相关文章