-
This is the express, how can I wrap it around stoppable?
```
const app = require('./src/app');
const port = process.env.PORT || 3000;
app.listen(port, () => {
console.log(`Listening on port $…
-
Simple steps for reproduce:
```
from sqlalchemy.ext.asyncio import create_async_engine, AsyncSession
from sqlalchemy.orm import sessionmaker
from sqlalchemy_mptt import mptt_sessionmaker
as…
-
Can we have some functional concurrency primitives, like a concurrent map that runs some function on a sequence concurrently?
Of course, parallelism would be best, but I think emacs threads don't s…
-
Version of Beast: Boost 1.83.0
The [documentation](https://www.boost.org/doc/libs/1_83_0/libs/beast/doc/html/beast/ref/boost__beast__websocket__stream/async_close.html) for `websocket::stream::asyn…
ecorm updated
10 months ago
-
### Description
PR #1061 removed the `--threads` argument to gunicorn as it was incompatible with the chosen worker type (`gevent`) and was not being read.
**Should we switch to the `gthreads` w…
-
BPO | [26403](https://bugs.python.org/issue26403)
--- | :---
Nosy | @berkerpeksag, @vadmium, @desbma
Files | [server_dgram.py](https://bugs.python.org/file41990/server_dgram.py "Uploaded as text/plain…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### OS/Web Information
- Web Browser: Chrome, Firefox
- Local OS: macOS, Windows
- Remote OS: Amazon linux 2 (Sa…
-
`kotlinx-io` provides only synchronous API at the moment. In some scenarios, an async API could be more convenient and useful, so it is worth supporting it.
There is no particular plan right now, a…
-
I see that this project is stored under: `StorjOld/pyp2p`
Does this mean that this project is no longer being worked on? (it also looks like no code updates have been provided for the past 2 years)
-
Some suggestions from:
http://clayallsopp.github.io/readme-score/
Consider adding:
* more code
* some images
* some GIFs (probably those standardized header ones)
* lists where they make sense…