2013/10/21 FUJITA Tomonori
> On Sat, 12 Oct 2013 20:04:35 +0900
> Satoshi Kobayashi wrote:
>
> > I noticed that an event between modules may get confused in multithread.
> It
> > is the following scenarios.
> >
> > 1. The module A sends an event to the module B
> > 2. The module B requires time
2013/10/21 FUJITA Tomonori
> On Sat, 12 Oct 2013 20:04:35 +0900
> Satoshi Kobayashi wrote:
>
> > I noticed that an event between modules may get confused in multithread.
> It
> > is the following scenarios.
> >
> > 1. The module A sends an event to the module B
> > 2. The module B requires time
On Sat, 12 Oct 2013 20:04:35 +0900
Satoshi Kobayashi wrote:
> I noticed that an event between modules may get confused in multithread. It
> is the following scenarios.
>
> 1. The module A sends an event to the module B
> 2. The module B requires time to process the event...
> 3. The module A sen
Hi,
I noticed that an event between modules may get confused in multithread. It
is the following scenarios.
1. The module A sends an event to the module B
2. The module B requires time to process the event...
3. The module A sends an event to the module C
4. The module C returns an answer soon
5.