Tornado 6.1 Documentation
tornado.tcpserver — Basic IOStream-based TCP server Coroutines and concurrency tornado.gen — Generator-based coroutines tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines divided into four major components: A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield0 码力 | 931 页 | 708.03 KB | 1 年前3
Tornado 6.0 Documentation
tornado.tcpserver — Basic IOStream-based TCP server Coroutines and concurrency tornado.gen — Generator-based coroutines tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines divided into four major components: A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield0 码力 | 869 页 | 692.83 KB | 1 年前3
Tornado 5.1 Documentation
tornado.tcpserver — Basic IOStream-based TCP server Coroutines and concurrency tornado.gen — Generator-based coroutines tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines divided into four major components: A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield0 码力 | 359 页 | 347.32 KB | 1 年前3
Tornado 5.1 Documentation
divided into four major components: • A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). • Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield decorator receives a Future from the generator, waits (without blocking) for that Future to complete, then “unwraps” the Future and sends the result back into the generator as the result of the yield expression0 码力 | 243 页 | 895.80 KB | 1 年前3
Tornado 6.2 Documentation
tornado.tcpserver — Basic IOStream-based TCP server Coroutines and concurrency tornado.gen — Generator-based coroutines tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines divided into three major components: A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield0 码力 | 407 页 | 385.03 KB | 1 年前3
Tornado 6.1 Documentation
divided into four major components: • A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). • Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield decorator receives a Future from the generator, waits (without blocking) for that Future to complete, then “unwraps” the Future and sends the result back into the generator as the result of the yield expression0 码力 | 245 页 | 904.24 KB | 1 年前3
Tornado 6.0 Documentation
divided into four major components: • A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). • Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield decorator receives a Future from the generator, waits (without blocking) for that Future to complete, then “unwraps” the Future and sends the result back into the generator as the result of the yield expression0 码力 | 245 页 | 885.76 KB | 1 年前3
Tornado 6.5 Documentationtornado.tcpserver — Basic IOStream-based TCP server Coroutines and concurrency tornado.gen — Generator-based coroutines tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines divided into three major components: A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield0 码力 | 437 页 | 405.14 KB | 3 月前3
Tornado 4.5 Documentation
divided into four major components: A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). Client- and server-side implementions of HTTP yield http_client.fetch(url) # In Python versions prior to 3.3, returning a value from # a generator is not allowed and you must use # raise gen.Return(response.body) # instead. return response yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield0 码力 | 333 页 | 322.34 KB | 1 年前3
Tornado 6.4 Documentation
tornado.tcpserver — Basic IOStream-based TCP server Coroutines and concurrency tornado.gen — Generator-based coroutines tornado.locks – Synchronization primitives tornado.queues – Queues for coroutines divided into three major components: A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). Client- and server-side implementions of HTTP yield is a generator. All generators are asynchronous; when called they return a generator object instead of running to completion. The @gen.coroutine decorator communicates with the generator via the yield0 码力 | 432 页 | 402.58 KB | 1 年前3
共 20 条
- 1
- 2













