File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff 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
5866the
59- [ Always Right Institute ] ( http ://www.alwaysrightinstitute.com )
67+ [ Helge Heß ] ( https ://helgehess.eu/ )
6068and
61- [ ZeeZide] ( http ://zeezide.de) .
69+ [ ZeeZide] ( https ://zeezide.de) .
6270We like
6371[ feedback] ( https://twitter.com/ar_institute ) ,
6472GitHub stars,
65- cool [ contract work] ( http ://zeezide.com/en/services/services.html) ,
73+ cool [ contract work] ( https ://zeezide.com/en/services/services.html) ,
6674presumably any form of praise you can think of.
6775
6876There is a ` #microexpress ` channel on the
You can’t perform that action at this time.
0 commit comments