ecore_con: refactor TCP Dialer to always wait for thread to finish.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 30 Nov 2018 23:24:23 +0000 (15:24 -0800)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 04:15:18 +0000 (13:15 +0900)
commit06698118d230351b0800f2dbb890d44721afedcb
treea1d3fbe8329c04c8ea5165ca07d1ade1e9eb3afb
parent4ce2b283fe44c340b17764faa944ca466a021fd0
ecore_con: refactor TCP Dialer to always wait for thread to finish.

This is a better way to avoid race execution by the async end callback
that could happen at some later random point in time. The thread are
cancelled right away, so event if their is a "wait" time set, it should
never actually matter and be always instantaneous.

Differential Revision: https://phab.enlightenment.org/D7396
src/lib/ecore_con/efl_net_dialer_tcp.c