-
I reported this at https://gitter.im/mono/mono before but wanted to track any progress.
The last update of http://download.mono-project.com/repo/ubuntu/dists/nightly/main/ is from 2017-11-27
Ne…
-
# Background
For converting between different primitive integer types we have impls of the `From` trait (and so of `TryFrom` through the generic `impl TryFrom for U where U: From`) for conversions …
-
**Version Used**:
Original VS2017 compiler, as well as the 2.1 NuGet compiler package.
**Steps to Reproduce**:
This is where it gets tricky, it only happens in one (corporation-owned) project t…
-
#### Code Sample, a copy-pastable example if possible
```python
Python 3.6.0 (default, Dec 29 2016, 21:40:24)
[GCC 4.9.4] on linux
Type "help", "copyright", "credits" or "license" for more info…
tobgu updated
6 years ago
-
I think, in `set()` and `clear()`, it's necessary to swap `self.0` with the `AcqRel` ordering (instead of `Release`). Because otherwise, `guard.unlinked(t)` is not necessarily happening after the ini…
-
Intermittently (using ARM) I get an error that looks similar to seen by #114 (/cc @aarsan). It seems that intermittently the machine cannot reach Omnitruck or there's some other failure to download be…
-
This proposal hasn't really gotten much action lately, so I'm just curious how it stands right now. [Driven by this inquiry](https://esdiscuss.org/topic/a-weakmap-where-values-not-keys-are-weak-refere…
-
**URL**: https://ticki.github.io/blog/fearless-concurrency-with-hazard-pointers/
**Browser / Version**: Firefox Mobile 57.0
**Operating System**: Android 7.0
**Tested Another Browser**: No
**Pro…
-
The [implementation](https://github.com/rust-lang/rust/blob/master/src/libstd/sync/mpsc/sync.rs#L213) of `sync_channel` locks the mutex on every `send` and `recv`. Is there a reason why Dmitry Vyukov'…
ghost updated
6 years ago
-
Thanks for putting this on github. I wrote an article about it.
https://schneems.com/2017/06/28/how-to-write-a-lock-free-queue/