Skip to content

Instantly share code, notes, and snippets.

@dgtlctzn
Created December 3, 2021 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgtlctzn/f15c55b6d0707f56d2771e90ce165abd to your computer and use it in GitHub Desktop.
Save dgtlctzn/f15c55b6d0707f56d2771e90ce165abd to your computer and use it in GitHub Desktop.
Future
task: asyncio.Task = asyncio.ensure_future(
get_url(session, url)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment