Tornado 6.5 Documentationawait asyncio.Event().wait() if __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s asynchronous features; for that see this simple chat room. 5Tornado Documentation the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado only method in Tornado that is safe to call from other threads is IOLoop.add_callback. You can also use IOLoop.run_in_executor to asynchronously run a blocking function on another thread, but note that the0 码力 | 272 页 | 1.12 MB | 3 月前3
Tornado 6.5 Documentationasyncio.Event().wait()if __name__ == "__main__": asyncio.run(main()) This example does not use any of Tornado’s asynchronous features; for that see this simple chat room [https://github.com/tor the tornado.wsgi module, it is not a focus of development and most applications should be written to use Tornado’s own interfaces (such as tornado.web) directly instead of using WSGI. In general, Tornado only method in Tornado that is safe to call from other threads is IOLoop.add_callback. You can also use IOLoop.run_in_executor to asynchronously run a blocking function on another thread, but note that the0 码力 | 437 页 | 405.14 KB | 3 月前3
Julia 1.11.6 Release NotesMigration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 25.9 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 26 Multi-processing Pre-allocating outputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 35.15 Use MutableArithmetics for more control over allocation for mutable arithmetic types463 35.16 More dots: 8 Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 484 37.9 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 485 37.10 Write0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.4Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 25.9 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 26 Multi-processing Pre-allocating outputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 35.15 Use MutableArithmetics for more control over allocation for mutable arithmetic types463 35.16 More dots: 8 Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 484 37.9 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 485 37.10 Write0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 DocumentationMigration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 25.9 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 26 Multi-processing Pre-allocating outputs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 462 35.15 Use MutableArithmetics for more control over allocation for mutable arithmetic types463 35.16 More dots: 8 Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 484 37.9 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 485 37.10 Write0 码力 | 2007 页 | 6.73 MB | 3 月前3
julia 1.10.10Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 308 24.11 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 308 25 Multi-processing 8 Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 451 36.9 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 452 36.10 Write overuse ... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 36.14 Don't use unnecessary static parameters . . . . . . . . . . . . . . . . . . . . . . . 453 36.15 Avoid confusion0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.9Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 308 24.11 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 308 25 Multi-processing 8 Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 451 36.9 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 452 36.10 Write overuse ... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 453 36.14 Don't use unnecessary static parameters . . . . . . . . . . . . . . . . . . . . . . . 453 36.15 Avoid confusion0 码力 | 1692 页 | 6.34 MB | 3 月前3
julia 1.13.0 DEVMigration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.9 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 26 Multi-processing Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 495 37.10 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 496 37.11 Write Ensure constructors return an instance of their own type . . . . . . . . . . . . . . . 498 37.16 Don't use unnecessary static parameters . . . . . . . . . . . . . . . . . . . . . . . 498 37.17 Avoid confusion0 码力 | 2058 页 | 7.45 MB | 3 月前3
Julia 1.12.0 Beta4Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.9 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 26 Multi-processing 8 Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 495 37.9 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 496 37.10 Write Ensure constructors return an instance of their own type . . . . . . . . . . . . . . . 498 37.15 Don't use unnecessary static parameters . . . . . . . . . . . . . . . . . . . . . . . 498 37.16 Avoid confusion0 码力 | 2057 页 | 7.44 MB | 3 月前3
Julia 1.12.0 RC1Migration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330 25.9 Safe use of Finalizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331 26 Multi-processing 8 Prefer exported methods over direct field access . . . . . . . . . . . . . . . . . . . 496 37.9 Use naming conventions consistent with Julia base/ . . . . . . . . . . . . . . . . . . 497 37.10 Write Ensure constructors return an instance of their own type . . . . . . . . . . . . . . . 499 37.15 Don't use unnecessary static parameters . . . . . . . . . . . . . . . . . . . . . . . 499 37.16 Avoid confusion0 码力 | 2057 页 | 7.44 MB | 3 月前3
共 42 条
- 1
- 2
- 3
- 4
- 5













