Commit 61c4994d authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

doc update

parent ef45c403
...@@ -40,7 +40,7 @@ If you want a deferred async method, just complete the request yourself, instead ...@@ -40,7 +40,7 @@ If you want a deferred async method, just complete the request yourself, instead
def root(request,**kwargs): def root(request,**kwargs):
val = yield db.query("SELECT ....") val = yield db.query("SELECT ....")
request.write(val) request.write(val)
request.finish() request.finish()
Performance Performance
----------- -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment