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:
parent
813061dae5
commit
4f3574bf1e
@ -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/).
|
||||
|
3
docs/coroutines/README.md
Normal file
3
docs/coroutines/README.md
Normal 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).
|
@ -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
3
docs/promises/README.md
Normal 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).
|
3
docs/promises/combinators.md
Normal file
3
docs/promises/combinators.md
Normal 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).
|
3
docs/promises/miscellaneous.md
Normal file
3
docs/promises/miscellaneous.md
Normal 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).
|
3
docs/promises/transformation.md
Normal file
3
docs/promises/transformation.md
Normal 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
3
docs/streams/README.md
Normal 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).
|
3
docs/streams/combinators.md
Normal file
3
docs/streams/combinators.md
Normal 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).
|
3
docs/streams/transformation.md
Normal file
3
docs/streams/transformation.md
Normal 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).
|
Loading…
Reference in New Issue
Block a user