# Packages
No description provided by the author
# Functions
New returns an initialized list.
在初始化时,还没开始消息循环,此时注册将暂时储存在chan中 preRegSize是设置一个足够的大小 eventChanSize在消息处理函数中给自己发送消息的数量.
New returns an initialized list.
No description provided by the author
actSize:注册通道的大小,防止在循环中调用注册函数导致卡死 preRegSize:消息handler在循环没有开始时,可缓存的注册消息数量.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Structs
CallbackElement is an element of a linked list.
CallbackList represents a doubly linked list.
No description provided by the author
SelectCaseElement is an element of a linked list.
SelectCaseList represents a doubly linked list.
当线程可阻塞等待消息完成时,可以向另一个selectLoop发送SelectChannel,然后使用eventChan等待结果.
No description provided by the author
No description provided by the author