mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Re-tagged blog posts
This commit is contained in:
parent
209995c77b
commit
2a9c127365
186 changed files with 186 additions and 146 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "Gevent"
|
||||
date: 2020-04-09T17:22:52-04:00
|
||||
draft: false
|
||||
tags: ["python", "concurrency"]
|
||||
tags: ["Python"]
|
||||
---
|
||||
|
||||
In my last post I spoke about [concurrency with asyncio](https://brandonrozek.com/blog/pyasyncio/). Now what if you don't want to concern yourself with async/await practices and just want to write synchronous code that executes I/O asynchronously? That's where the library [gevent](http://www.gevent.org/) comes in. It does this by modifying Python's standard library during runtime to call it's own asynchronous versions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue