Skip to content

Commit ad0613b

Browse files
committed
Update README
..
1 parent 03e7100 commit ad0613b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ app.listen(1337)
4040
- `macro.router.matcher.debug`
4141
- `macro.router.walker.debug`
4242

43+
## Async/Await
44+
45+
This doesn't support `async`/`await` yet as proper streaming
46+
would require custom executors. Which are not yet available.
47+
48+
Maybe a temporary measure would be appropriate just for XML-RPC (which
49+
rarely has streaming consumers/producers).
50+
4351
### Links
4452

4553
- [Writing an Swift XML-RPC Server](http://www.alwaysrightinstitute.com/macro-xmlrpc/)
@@ -56,13 +64,13 @@ app.listen(1337)
5664

5765
**Macro XML-RPC** is brought to you by
5866
the
59-
[Always Right Institute](http://www.alwaysrightinstitute.com)
67+
[Helge Heß](https://helgehess.eu/)
6068
and
61-
[ZeeZide](http://zeezide.de).
69+
[ZeeZide](https://zeezide.de).
6270
We like
6371
[feedback](https://twitter.com/ar_institute),
6472
GitHub stars,
65-
cool [contract work](http://zeezide.com/en/services/services.html),
73+
cool [contract work](https://zeezide.com/en/services/services.html),
6674
presumably any form of praise you can think of.
6775

6876
There is a `#microexpress` channel on the

0 commit comments

Comments
 (0)