Re: [android-developers] AsyncTask in Android 4.0
On Fri, Apr 20, 2012 at 4:26 PM, Nathan <nathan.d.mellor@gmail.com> wrote:
> I don't download the source myself, but if this source listing is accurate,
> it must be fully in place.
>
> https://github.com/android/platform_frameworks_base/blob/master/core/java/android/os/AsyncTask.java
I've seen that, which is why I can't explain what I'm seeing at runtime.
> I sure hope they won't be messing with the threadpool for intentservices
> too.
IntentService does not have a thread pool. IntentService has always
had just one thread. Now, if you have several IntentServices in an
app, they will all have independent threads.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.7 Available!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home