Commit 365be2fc authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

docs

parent 62cbd5a1
Asynchronous Operations Asynchronous Operations
================= =======================
@defer.inlineCallbacks support @defer.inlineCallbacks support
----------------------- ------------------------------
If you want a deferred async method, just use *defer.returnValue()*:: If you want a deferred async method, just use *defer.returnValue()*::
......
...@@ -42,7 +42,7 @@ based on URL (with dynamic paths), HTTP method, expected content type, etc:: ...@@ -42,7 +42,7 @@ based on URL (with dynamic paths), HTTP method, expected content type, etc::
* http://twistedmatrix.com/documents/current/core/howto/tap.html * http://twistedmatrix.com/documents/current/core/howto/tap.html
Path argument extraction Path argument extraction
---------------- ------------------------
CorePort can easily extract path arguments from an URL and convert them to the desired type. CorePort can easily extract path arguments from an URL and convert them to the desired type.
......
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