Introduce WebThread public API
commit3fe680c80bf89fd0b1bd0952f7940524fa39a994
authorsdefresne <sdefresne@chromium.org>
Wed, 3 Dec 2014 14:47:17 +0000 (3 06:47 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 3 Dec 2014 14:47:33 +0000 (3 14:47 +0000)
tree6e689e20c3c7b66f1c2b1ddaafb82407889e56b5
parent149080069ead026c48e07c32430ec98bed17f75c
Introduce WebThread public API

WebThread provides utility function to access named threads which can be
used by the rest of the application (e.g. an I/O thread for I/O operations,
UI thread for interaction with the user, ...).

BUG=429756

Review URL: https://codereview.chromium.org/745253003

Cr-Commit-Position: refs/heads/master@{#306601}
ios/web/DEPS
ios/web/ios_web.gyp
ios/web/public/DEPS [new file with mode: 0644]
ios/web/public/web_thread.h [new file with mode: 0644]
ios/web/web_thread.cc [new file with mode: 0644]