LibOfLegends icon indicating copy to clipboard operation
LibOfLegends copied to clipboard

Non-blocking Connect

Open encratite opened this issue 13 years ago • 0 comments

I just made Connect non-blocking by simply running the old Connect in a new thread, passing on the callback object. This is sub-optimal as you could probably just use the asynchronous HTTP API instead but I am too lazy to figure this out right now.

encratite avatar Mar 04 '12 13:03 encratite