-
-
Cool idea!
However, I see it's implied that tasks should only be enqueued on the main thread (or a single-thread in general). But I think that it should be written explicitly.
I'm aware that tas…
-
concurrent RDF-Graph (https://github.com/sszuev/concurrent-rdf-graph) is not enough.
`OntModel` methods are still not protected properly.
There is already concurrent implementation (`com.github.o…
-
Hello,
in my current use case it would be cool if I can use multi threading/multi processing, cause I have a lot of calculations and my GPU could handle it.
However, I get strange results by usi…
-
We need to figure out how to make `exit` thread-safe. I'm getting kind-of doubtful this is possible to do entirely, but right now exit in another thread gives us a segfault. We might be able to at lea…
-
We have found that the Esri File Geodatabase API isn't thread safe for reading.
I saw that #1 mentioned that multithreaded writing isn't supported, but it is quite a bit limitation that reading isn'…
-
Hello!
I was wondering if a celpy Environment instance could be shared amongst threads, or if we should create a new instance when we want to create a runner for a new expression.
I tried to loo…
-
It seems like that this code is not thread safe.
I was intenting to use it on .net6.
I created an alternative you might consider.
```
public sealed class SerilogExtensions: IDisposable
{
…
-
It'd be cool if there was a variant of this ring buffer that allowed reader and writer sides to be on different threads.
-
Currently they're not really thread safe