[WK2] ipc thread sends wakeup message to main thread just once for series of IPC messages.
This patch was rollbacked by I726930d2f1532b96f6f20883f1a834ab93354225,
but need to be applied again.
[Title] only one wakeup call for series of IPC messages
[Issue #] N_SE-9731
[Problem] lockup when try to Reply the mail in gmail desktop site.
[Cause] too many IPC messages and corresponding wakeup calls causes ecore_pipe get fulled and writing action could be stuck.
[Solution] only one wakeup call for series of IPC messages
[Developer] seojin.kim