Skip to main content

Working with Async Context Manager

  • Chapter
  • First Online:
asyncio Recipes
  • 1056 Accesses

Abstract

Context managers provide a convenient API to govern a runtime context. They expose the ability to hook into entering the context manager scope and exit it. Given that asyncio extends the language with the possibility of execution suspension, it becomes evident that a synchronous context manager cannot interface with the event loop in a seamless fashion.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 29.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 37.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2019 Mohamed Mustapha Tahrioui

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Tahrioui, M.M. (2019). Working with Async Context Manager. In: asyncio Recipes. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-4401-2_5

Download citation

Publish with us

Policies and ethics