-
### Issue Description
Random crashes in MSBuild where trying to parallelize .net builds in Docker:
* System.IO.IOException: The system cannot open the device or file specified. : 'NuGet-Migrations…
-
I have just started trying out recent versions of TeaVM, running some tests of threading and synchronization. I have a test which runs several threads in parallel, all calling a synchronized method p…
-
**Is your feature request related to a problem? Please describe.**
Sometimes, one thread isn't enough, and you'd require more than one thread inside Lua. There is a huge limitation around how Lua's s…
-
tl;dr: For the Python 3.13 free-threading build (`cp313t`), the per-thread default stream is enabled and used by default. Users need to set `CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM=0` to explicitly…
-
- Java Topics:
- [x] #13
- [x] #14
- [ ] #16
- [x] #15
- [ ] #17
- [x] #18
- [x] #19
- [x] #20
- [ ] #21
- [ ] #22
- [ ] #23
- [ ] #24
- [ ] #25
- [ ] #26
…
-
### Dafny version
master branch, 2 Nov 2024
### Code to produce this issue
```dafny
Lately, I've observed this error several times. It seems to occur only on the xunit-tests/win job.
The excepti…
-
### Background and motivation
## Problem
```fsharp
let ch = Channel.CreateBounded 1
ch.Write "hi"
Console.WriteLine "consumer received"
```
The problem is - **the last line is a lie**, there …
-
- [ ] Chapter 1 (Introduction):
Sections 1.1 (What Operating Systems Do), 1.2 (Computer System Organization) and 1.5 (Operating-System Operations)
- [ ] Chapter 2 (Operating-System Structures…
-
Appeared here: https://github.com/dafny-lang/dafny/actions/runs/11076102451/job/30778478338?pr=5796
```
Microsoft.Dafny.LanguageServer.IntegrationTest.Synchronization.DiagnosticsTest.OpeningDocume…
-
Hi, I'm curious what the challenges to move forward with emscripten threading.
As of today:
> Emscripten has support for multithreading using SharedArrayBuffer in browsers. That API allows shari…