-
Updated
Nov 25, 2020 - C++
http-framework
Here are 18 public repositories matching this topic...
-
Updated
Nov 3, 2020 - Nim
-
Updated
Dec 19, 2019 - OCaml
-
Updated
Oct 5, 2020 - Java
Let's see if we need this? https://fossa.com/
-
Updated
Nov 9, 2020 - Nim
-
Updated
Nov 27, 2020 - Go
-
Updated
Nov 22, 2020 - C#
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Sep 29, 2019 - Python
-
Updated
Aug 29, 2020 - C
-
Updated
Sep 27, 2020 - C++
-
Updated
Oct 16, 2020 - C++
-
Updated
Nov 5, 2020 - PHP
-
Updated
Nov 30, 2020 - Go
Improve this page
Add a description, image, and links to the http-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http-framework topic, visit your repo's landing page and select "manage topics."


Hey! When I was reading the docs and I saw
api.background.task, the first thing that popped into my head was "but you can just useasyncio.create_taskorloop,.run_in_executorfor that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic