1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
amp/docs
2017-03-21 17:23:37 +01:00
..
coroutines Add documentation stubs 2017-03-18 08:39:41 +01:00
event-loop Fix tabs → spaces 2017-03-18 08:42:26 +01:00
promises Rename Promise::when to Promise::onResolve, resolves #77 2017-03-21 17:23:37 +01:00
streams Add documentation stubs 2017-03-18 08:39:41 +01:00
managing-concurrency.md Move promise documentation to own document + success / failure, fixes #97 2017-03-20 21:21:22 +01:00
README.md Add documentation stubs 2017-03-18 08:39:41 +01:00
structs.md Shorten struct examples 2017-03-19 21:03:33 +01:00

Documentation

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.