Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: mojo/public/cpp/README.md

Issue 1784643002: Mojo C++ bindings: remove the utility/ folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13_1_remove_thread_dep
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/public/BUILD.gn ('k') | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Mojo Public C++ API 1 Mojo Public C++ API
2 =================== 2 ===================
3 3
4 This directory contains C++ language bindings for the Mojo Public API. 4 This directory contains C++ language bindings for the Mojo Public API.
5 5
6 A number of subdirectories provide wrappers for the lower-level C APIs (in 6 A number of subdirectories provide wrappers for the lower-level C APIs (in
7 subdirectories of the same name, under mojo/public/c/). Typically, these 7 subdirectories of the same name, under mojo/public/c/). Typically, these
8 wrappers provide increased convenience and/or type-safety. 8 wrappers provide increased convenience and/or type-safety.
9 9
10 Other subdirectories provide support (static) libraries of various sorts. In 10 Other subdirectories provide support (static) libraries of various sorts. In
(...skipping 18 matching lines...) Expand all
29 The system/ subdirectory contains C++ wrappers (and some additional helpers) of 29 The system/ subdirectory contains C++ wrappers (and some additional helpers) of
30 the API defined in mojo/public/c/system/, which defines the basic, "core" API, 30 the API defined in mojo/public/c/system/, which defines the basic, "core" API,
31 especially used to communicate with Mojo services. 31 especially used to communicate with Mojo services.
32 32
33 Test Support 33 Test Support
34 ------------ 34 ------------
35 35
36 The test_support/ subdirectory contains C++ wrappers of the test-only API 36 The test_support/ subdirectory contains C++ wrappers of the test-only API
37 defined in mojo/public/c/test_support/. It is not meant for general use by Mojo 37 defined in mojo/public/c/test_support/. It is not meant for general use by Mojo
38 applications. 38 applications.
39
40 Utility
41 -------
42
43 TODO(yzshen): remove.
44
45 The utility/ subdirectory contains a support (static) library that provides
46 various basic functionality. Most notably, it provides an implementation of a
47 RunLoop based on MojoWaitMany() that applications may use as the basis for
48 asynchronous message processing.
OLDNEW
« no previous file with comments | « mojo/public/BUILD.gn ('k') | mojo/public/cpp/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698