On Fri, Feb 22, 2019 at 4:14 AM Peter Xu wrote:
>
> Since we've have the gcontext always there, create the main loop
> altogether. The iothread_run() is even cleaner.
>
> Signed-off-by: Peter Xu
Reviewed-by: Marc-André Lureau
> ---
> iothread.c | 12 +++-
> 1 file changed, 3 insertio
Since we've have the gcontext always there, create the main loop
altogether. The iothread_run() is even cleaner.
Signed-off-by: Peter Xu
---
iothread.c | 12 +++-
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/iothread.c b/iothread.c
index 6fa87876e0..9abdbace66 100644
--