-
I was testing my application with GCC ThreadSanizier on linux and I got several warnings from the SOEM code (see below). Looking at the code there are several places in the nic drivers, where `rxbufst…
-
### Proposal Details
Currently, since a jar's entries are not exposed to clear all cookies in a client's `Jar` in a thread-safe manner would require(from my understanding):
- Wrapping all calls to…
-
Hi!
I am using [js-ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) in a testing suite, which is depending on this project, which in turn depends on ```mortice``` for RW control. During testing I …
-
Something strange showed up in [ThreadSanitizer](https://ocaml.org/manual/latest/tsan.html) logs: in `Lwt_unix`, more precisely in `lwt_unix_start_job`, the `thread_waiting_count` variable is written …
-
Roslyn currently uses an interprocess named mutex to figure out whether the compiler server is running. Mono does not support these and we don't plan to support them because of the complexity and risk…
-
Since go leverages message passing, locks should be avoided if possible. Enhancement required in sharing metadata using message passing rather than using locks
-
MIDI input would be killer, either in a step mode or in a live recording situation. I'm unaware of the complexities though.
> x: We can listen to midi in without issues. There will be some concurre…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As a Fleet developer,
| I want to have a library that always work to develop featur…
-
This is more of support question than an issue, but how would you manage multithreading with libnfc? Even with mutexes it seems the Target struct can't be reused in a different thread (ex: InitiatorTa…
-
There is a new lint in nightly Clippy, [`static_mut_refs`](https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html) that is currently breaking our builds.
I wholehearte…