Why is java.lang.Thread in the Google App Engine whitelist when it is not supported?
| ||||
|
feedback
|
|
Thread is partially supported. For example, you can do
However, App Engine doesn't allow you to create new thread in anyway. I guess it makes sense for the class to show up in whitelist. | |||
|
feedback
|
|
Only Google (or their employees) can give you the real reason, but my guess is that there are methods in that Class that you may use (such as | |||||||
feedback
|