Class AsyncTask
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
Abstract
Package: asynctask
Copyright: 2015 Dmitry Mamontov d.slonyara@gmail.com
License: The BSD 3-Clause License
Author: Dmitry Mamontov d.slonyara@gmail.com
Version: Release: 1.0.3
Since: Class available since Release 1.0.3
Link: https://github.com/dmamontov/asynctask
Todo: Planned to write a method publishProgress
Located at AsyncTask.php
Package: asynctask
Copyright: 2015 Dmitry Mamontov d.slonyara@gmail.com
License: The BSD 3-Clause License
Author: Dmitry Mamontov d.slonyara@gmail.com
Version: Release: 1.0.3
Since: Class available since Release 1.0.3
Link: https://github.com/dmamontov/asynctask
Todo: Planned to write a method publishProgress
Located at AsyncTask.php
Methods summary
final public
|
|
final public
|
|
final protected static
mixed
|
|
final protected static
boolean
|
|
final public
|
|
final public
boolean
|
|
final public
string
|
|
final public
boolean
|
|
protected
|
|
abstract protected
mixed
|
#
doInBackground( mixed $parameters )
Override this method to perform a computation on a background thread |
protected
|
|
protected
|