Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto run fusion tables in a separate thread #26

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 3 comments
Closed

Auto run fusion tables in a separate thread #26

GoogleCodeExporter opened this issue Apr 6, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I can't think of any reason why someone would not want to run their FT queries 
in a separate thread...but just in case...maybe just add a new method 
QueryInThread(); that does the same thing as query, but in a separate thread...


Original issue reported on code.google.com by bric...@gmail.com on 1 May 2012 at 7:08

@GoogleCodeExporter
Copy link
Author

I'll just make it run in a thread always, as it should have been like that to 
begin with.

Original comment by IMPINC...@gmail.com on 1 May 2012 at 7:42

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Ok, I left the default method there, but marked it as deprecated, and put a 
note in the javadoc.

The FTClient will now require passing "this" to it as well as the token.

When using the new method (Query with a capital Q instead of query), it will 
throw the "Response" event when a response is received. The string response is 
sent in the event.

Original comment by IMPINC...@gmail.com on 2 May 2012 at 1:42

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by IMPINC...@gmail.com on 10 May 2012 at 7:25

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant