MessageQueue翻译

Class Overview

类概述

Low-level class holding the list of messages to be dispatched by a  Looper.  Messages are not added directly to a MessageQueue, but rather through MessageQueue.IdleHandler objects associated with the Looper.  

低级保持消息列表被派遣一个弯。消息没有被直接添加到一个消息队列而是通过与活套相关的MessageQueue.IdleHandler对象

 

You can retrieve the MessageQueue for the current thread with  Looper.myQueue().

你可以检索当前线程Looper.myQueue().相关的MessageQueue

 

你可能感兴趣的:(MessageQueue翻译)