View on GitHub

Bearded-android-docs

Executors

Download this project as a .zip file Download this project as a tar.gz file

Created Sunday 08 September 2013

In all of the previous examples, there's a close connection between the task being done by a new thread, as defined by its Runnable object, and the thread itself, as defined by a Thread object. This works well for small applications, but in large-scale applications, it makes sense to separate thread management and creation from the rest of the application. Objects that encapsulate these functions are known as executors. The following subsections describe executors in detail.


No backlinks to this page.
comments powered by Disqus