-
```
What steps will reproduce the problem?
1. Compile the library without WIN32 or HAVE_PTHREAD
2. Observe compiler errors
What is the expected output? What do you see instead?
Expect successful co…
-
```
What steps will reproduce the problem?
1. Compile the library without WIN32 or HAVE_PTHREAD
2. Observe compiler errors
What is the expected output? What do you see instead?
Expect successful co…
-
We need an easier opt-out of the behavior introduced in #1186, because most output I'm seeing come from threads is really confusing or even lost, where the previous behavior of sending all thread outp…
-
I tried this code:
```rust
use std::{
sync::{mpsc, Arc},
time::{Duration, Instant},
};
use thread_priority::ThreadPriority;
fn main() {
const PINNED_CORE: usize = 2;
l…
-
I've noticed that there are many packages which require pthreads in one way or another.
Some specify `pthread` in system libraries, some in just libs.
However for gcc (and maybe glibc) there is a sp…
-
### Confirm this is a feature request for the .NET library and not the underlying OpenAI API
- [X] This is a feature request for the .NET library
### Describe the feature or improvement you are …
-
### Description
On macOS 14.6.1 with an Apple M2 processor and LLVM Flang 20.0.0 (commit be64ca) built from source, `fpm test --compiler flang-new --flag -fopenmp` successfully builds a program in th…
-
libcurl with TLS is used extensively in server threads. While libcurl is being used correctly, it uses libcrypto which is not thread safe by default. Specific locking callbacks must be provided to avo…
-
I'm working with ZDDs using this library and I'm noticing the following issue:
```rust
let inner_node_capacity = 1
-
Error:
```
[thread 5616 also had an error][thread 5617 also had an error]
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f7ef8f2d906, pid=…