Subject | English | Portuguese |
comp., MS, Braz. | asynchronous event | evento assíncrono (An event whose handler runs in a different processing thread from the action that raised the event. The event handler and the action are processed simultaneously) |
comp., MS, Braz. | event-based asynchronous pattern | padrão assíncrono baseado em evento (A design pattern that uses events to expose asynchronous features of a class) |