Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit dd5fd46

Browse files
committed
Removes verbiage about unsuitability for async apps
It's not entirely true, particularly if you build the runner and emitters at runtime. An emitter could potentially write to an async promise and/or I/O stream.
1 parent 0a51e19 commit dd5fd46

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ This library provides utilities for:
1414
The `RequestHandlerRunner` will be used in the bootstrap of your application to
1515
fire off the `RequestHandlerInterface` representing your application.
1616

17-
If you are developing an async application, you will more than likely not want
18-
to use this package.
19-
2017
## Installation
2118

2219
Run the following to install this library:

docs/book/intro.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ This component provides utilities for:
1010

1111
The `RequestHandlerRunner` will be used in the bootstrap of your application to
1212
fire off the `RequestHandlerInterface` representing your application.
13-
14-
If you are developing an async application, you will more than likely not want
15-
to use this package.

0 commit comments

Comments
 (0)