 Tornado 6.5 DocumentationApplication([ (r"/", MainHandler), ]) async def main(): app = make_app() app.listen(8888) await asyncio.Event().wait() if __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio can be mixed very expensive. To minimize the cost of concurrent connections, Tornado uses a single-threaded event loop. This means that all appli- cation code should aim to be asynchronous and non-blocking because0 码力 | 272 页 | 1.12 MB | 3 月前3 Tornado 6.5 DocumentationApplication([ (r"/", MainHandler), ]) async def main(): app = make_app() app.listen(8888) await asyncio.Event().wait() if __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s INTEGRATION Tornado is integrated with the standard library asyncio module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio can be mixed very expensive. To minimize the cost of concurrent connections, Tornado uses a single-threaded event loop. This means that all appli- cation code should aim to be asynchronous and non-blocking because0 码力 | 272 页 | 1.12 MB | 3 月前3
 Tornado 6.5 DocumentationMainHandler), ]) async def main(): app = make_app() app.listen(8888) await asyncio.Event().wait()if __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs http1connection – HTTP/1.x client/server implementation Asynchronous networking tornado.ioloop — Main event loop tornado.iostream — Convenient wrappers for non-blocking socketstornado.netutil — Miscellaneous0 码力 | 437 页 | 405.14 KB | 3 月前3 Tornado 6.5 DocumentationMainHandler), ]) async def main(): app = make_app() app.listen(8888) await asyncio.Event().wait()if __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs http1connection – HTTP/1.x client/server implementation Asynchronous networking tornado.ioloop — Main event loop tornado.iostream — Convenient wrappers for non-blocking socketstornado.netutil — Miscellaneous0 码力 | 437 页 | 405.14 KB | 3 月前3
 julia 1.10.10. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1345 78 Logging 1361 78.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1362 78.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia sin.(A) (or equivalently @. 2A^2 + sin(A), using the @. macro) for an array A, it performs a single loop over A, computing 2a^2 + sin(a) for each element a of A. In particular, nested dot calls like f.(g0 码力 | 1692 页 | 6.34 MB | 3 月前3 julia 1.10.10. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1345 78 Logging 1361 78.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1362 78.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia sin.(A) (or equivalently @. 2A^2 + sin(A), using the @. macro) for an array A, it performs a single loop over A, computing 2a^2 + sin(a) for each element a of A. In particular, nested dot calls like f.(g0 码力 | 1692 页 | 6.34 MB | 3 月前3
 Julia 1.10.9. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1345 78 Logging 1361 78.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1362 78.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia sin.(A) (or equivalently @. 2A^2 + sin(A), using the @. macro) for an array A, it performs a single loop over A, computing 2a^2 + sin(a) for each element a of A. In particular, nested dot calls like f.(g0 码力 | 1692 页 | 6.34 MB | 3 月前3 Julia 1.10.9. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1345 78 Logging 1361 78.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1362 78.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia sin.(A) (or equivalently @. 2A^2 + sin(A), using the @. macro) for an array A, it performs a single loop over A, computing 2a^2 + sin(a) for each element a of A. In particular, nested dot calls like f.(g0 码力 | 1692 页 | 6.34 MB | 3 月前3
 Julia 1.11.4. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1573 80 Logging 1593 80.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1594 80.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2007 页 | 6.73 MB | 3 月前3 Julia 1.11.4. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1573 80 Logging 1593 80.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1594 80.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2007 页 | 6.73 MB | 3 月前3
 Julia 1.11.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1573 80 Logging 1593 80.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1594 80.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2007 页 | 6.73 MB | 3 月前3 Julia 1.11.5 Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1573 80 Logging 1593 80.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1594 80.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2007 页 | 6.73 MB | 3 月前3
 Julia 1.11.6 Release Notes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1573 80 Logging 1593 80.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1594 80.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2007 页 | 6.73 MB | 3 月前3 Julia 1.11.6 Release Notes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1573 80 Logging 1593 80.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1594 80.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2007 页 | 6.73 MB | 3 月前3
 julia 1.13.0 DEVDocumentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1654 82 Logging 1656 82.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1657 82.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia sin.(A) (or equivalently @. 2A^2 + sin(A), using the @. macro) for an array A, it performs a single loop over A, computing 2a^2 + sin(a) for each element a of A. In particular, nested dot calls like f.(g0 码力 | 2058 页 | 7.45 MB | 3 月前3 julia 1.13.0 DEVDocumentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1654 82 Logging 1656 82.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1657 82.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia sin.(A) (or equivalently @. 2A^2 + sin(A), using the @. macro) for an array A, it performs a single loop over A, computing 2a^2 + sin(a) for each element a of A. In particular, nested dot calls like f.(g0 码力 | 2058 页 | 7.45 MB | 3 月前3
 Julia 1.12.0 RC1Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1652 82 Logging 1654 82.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1655 82.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2057 页 | 7.44 MB | 3 月前3 Julia 1.12.0 RC1Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1652 82 Logging 1654 82.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1655 82.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2057 页 | 7.44 MB | 3 月前3
 Julia 1.12.0 Beta4Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1651 82 Logging 1653 82.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1654 82.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2057 页 | 7.44 MB | 3 月前3 Julia 1.12.0 Beta4Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1651 82 Logging 1653 82.1 Log event structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1654 82.2 Processing and experiment with Julia is by starting an interactive session (also known as a read-eval-print loop or "REPL") by double-clicking the Julia executable or running julia from the command line: $ julia fused into a single broadcast loop. For example, sin.(cos.(X)) is equivalent to broadcast(x -> sin(cos(x)), X), similar to [sin(cos(x)) for x in X]: there is only a single loop over X, and a single array0 码力 | 2057 页 | 7.44 MB | 3 月前3
共 27 条
- 1
- 2
- 3














 
  
 