summaryrefslogtreecommitdiff
path: root/test/miscellaneous/async_task.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-091-3/+0
| | | | | Not need, legacy from libuv. The RunLoop keep the main loop running until is explicitly no longer needed.
* [tests] Create less threads on the AsyncTask testsThiago Marcos P. Santos2015-12-211-2/+2
| | | | | So we open less fds as new versions of OSX have a smaller limit (256).
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* [tests] Add utests for AsyncTaskThiago Marcos P. Santos2015-12-011-0/+129