• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

javatests/H16-Feb-2021-3,8702,627

src/org/chromium/mojo/system/H16-Feb-2021-2,7111,258

BUILD.gnH A D16-Feb-20215.6 KiB174156

DEPSH A D16-Feb-202130 43

README.mdH A D16-Feb-2021591 2614

base_run_loop.ccH A D16-Feb-20212.5 KiB7859

core_impl.ccH A D16-Feb-202112.5 KiB351316

watcher_impl.ccH A D16-Feb-20213.1 KiB10578

README.md

1# Mojo Java System API
2This document is a subset of the [Mojo documentation](/mojo/README.md).
3
4[TOC]
5
6## Overview
7
8This document provides a brief guide to Java Mojo bindings usage with example
9code snippets.
10
11For a detailed API references please consult the class definitions in
12[this directory](https://cs.chromium.org/chromium/src/mojo/public/java/system/src/org/chromium/mojo/system/).
13
14*TODO: Make the contents of this document less non-existent.*
15
16## Message Pipes
17
18## Data Pipes
19
20## Shared Buffers
21
22## Native Platform Handles (File Descriptors, Windows Handles, *etc.*)
23
24## Watchers
25
26