我在other中接收message消息,在其他线程中进行事件预处理,接收message的前提是其他线程处理了事件结果后,触发消息给其他程序,再由其他程序发送message消息给我的程序。但我在运行时发现,当我的线程在处理特殊情况需要等待超时后,此时正好是其他程序发送message给我的程序,这种情况下我无法收到message消息。
请高手指点,谢谢!
------解决方案--------------------
The Other event is no longer useful, because you can define your own user events. You should avoid using it, because it slows performance while it checks every Windows message.
检查所有windows消息,从这句话来看,应该是串行。
------解决方案--------------------
PB里除非单独做多线程处理,好像都是单程的,也就是你的串行