-
Hi,
I'm using the latest commit of this repository, and after a while the `joycond` process starts using 100% of a CPU (perhaps when the Nintendo Switch Pro controller goes to sleep?). `strace` rep…
-
### Description of the feature
I propose implementing a new set of PAL APIs for persistent host-side event collection. The new PAL APIs should, for the most part, directly follow `epoll_create/epoll_…
-
In ``eventfd``, we would unblock multiple threads in a deterministic sequence. In ``epoll``, we always choose the thread id from the end of the list if multiple threads are blocked on the same epoll …
-
Hi, as titled. We are trying to get the raw TCP connection to read the file descriptor.
```go
netConn := websocket.NetConn(reqCtx.Context(), wsConn, websocket.MessageText)
```
We want to use this li…
-
`Epoll::add` takes `mut event: EpollEvent`, whereas `Epoll::modify` takes `event: &mut EpollEvent`
seems like an odd difference, am I missing a reason that this is sensible?
-
After switching from the filesystem namespace for Unix domain sockets for ZMQ (`ipc:///tmp/my-endpoint`) on Linux to the abstact namespace (`ipc://@my-endpoint`), I'm getting:
```
/snap/xyz-protoc…
-
Initially enabled in #1570, epoll has been disabled in our wheels due to causing unavoidable crashes for some users (#1981, #1754, #1999)
Because these crashes are relatively rare, users installing…
minrk updated
1 month ago
-
### Go version
go version go1.23.3 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/george/.cache/go-build'
GOENV='/ho…
-
The list of epoll fds, together with other data, is mostly not necessary. However, it is used as a mechanism to hold some data items (especially ID and the pointer "pusr", which points to eiter the li…
-
Hello.
Here is my situation:
> # make test
> ===> Testing for libepoll-shim-0.0.20200602
> Test project /usr/ports/devel/libepoll-shim/work/.build
> Total Test time (real) = 196.91 sec
>
>…