1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Add documentation stubs

This commit is contained in:
Niklas Keller 2017-03-18 08:39:41 +01:00
parent 813061dae5
commit 4f3574bf1e
11 changed files with 26 additions and 2 deletions

View File

@ -2,4 +2,4 @@
This directory contains the documentation for `amphp/amp`. Documentation and code are bundled within a single repository for easier maintenance. Additionally, this preserves the documentation for older versions.
Start with the [Introduction to Event Loops](./event-loop.md).
Start with the [Introduction to Event Loops](./event-loop/).

View File

@ -0,0 +1,3 @@
# Streams
This is a documentation stub. Please help writing this documentation. See [#90](https://github.com/amphp/amp/issues/90).

View File

@ -106,4 +106,4 @@ var_dump($myText); // whatever you input on the CLI
Obviously we could have simply used `fgets(STDIN)` synchronously in this example. We're just demonstrating that it's possible to move in and out of the event loop to mix synchronous tasks with non-blocking tasks as needed.
Continue with the [Event Loop API](./event-loop-api.md).
Continue with the [Event Loop API](./api.md).

3
docs/promises/README.md Normal file
View File

@ -0,0 +1,3 @@
# Promises
This is a documentation stub. Please help writing this documentation. See [#97](https://github.com/amphp/amp/issues/97).

View File

@ -0,0 +1,3 @@
# Promise Combinators
This is a documentation stub. Please help writing this documentation. See [#102](https://github.com/amphp/amp/issues/102).

View File

@ -0,0 +1,3 @@
# Promise Helpers
This is a documentation stub. Please help writing this documentation. See [#104](https://github.com/amphp/amp/issues/104).

View File

@ -0,0 +1,3 @@
# Promise Transformation
This is a documentation stub. Please help writing this documentation. See [#103](https://github.com/amphp/amp/issues/103).

3
docs/streams/README.md Normal file
View File

@ -0,0 +1,3 @@
# Streams
This is a documentation stub. Please help writing this documentation. See [#91](https://github.com/amphp/amp/issues/91) and [#99](https://github.com/amphp/amp/issues/99).

View File

@ -0,0 +1,3 @@
# Stream Combinators
This is a documentation stub. Please help writing this documentation. See [#106](https://github.com/amphp/amp/issues/106).

View File

@ -0,0 +1,3 @@
# Promise Transformation
This is a documentation stub. Please help writing this documentation. See [#105](https://github.com/amphp/amp/issues/105).