summaryrefslogtreecommitdiff
path: root/platform/node/src/node_thread_pool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-201-3/+1
|
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-0/+39
Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread