Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Is it possible to run some code in parallel thread? Or in asynchronous mode? — Gideros Forum

Is it possible to run some code in parallel thread? Or in asynchronous mode?

romkaromka Member
edited November 2013 in General questions
I need to use Lua-socket library to communicate with remote server (I want to create a Gideros based client for my online Pong-game quickpong.com). This library is blocking it means that I can't do anything else while application sends/receives data. Is it possible to run code for network-interaction in parallel thread? Or may be it is possible to run socket connection in asynchronous-style: register some callback-function and call it every time when data received from server?

Comments

Sign In or Register to comment.