-
**Rev Feature Request**
Support mutexes & locks
**Version of SST**
All of em
**Additional context**
I'll do it and will likely base some of the functionality off of the existing logic around …
-
This has been happening in tests, that tests fail randomly because leveldb is closed. Still, not strictly related to #58 since it happens because of configuration.
Ways to fix:
- Mutexes
- Wait g…
-
Yeah, it's O(n) and will need to be protected with mutexes, but still useful when it's a rare case...
-
Currently we use [SystemTime](https://doc.rust-lang.org/std/time/struct.SystemTime.html) there, which consists of number of seconds and number of nanoseconds. As discussed with @koivunej we shouldnt n…
-
Would allow me to remove a bunch of internal mutexes that don't make much sense.
-
# Easing and streamlining named object sharing between packaged and Win32
This is a proposal for a flat C API that takes a list of Package Family Names (PFNs) and an access mask, and returns a secu…
-
Not starting on an m1 Mac (core dump)
compreFace-core is producing following log:
```
[uWSGI] getting INI configuration from uwsgi.ini
*** Starting uWSGI 2.0.19 (64bit) on [Tue Dec 7 23:07:…
-
```
"main" tid=1 Native
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 obj=0x76f3eab8 self=0x7f9c4a2a00
| sysTid=7392 nice=-10 cgrp=default sched=0/0 handle=0x7fa04dfa98
| s…
-
Add the ability to suspend and resume execution from another thread by setting state (or taking a token or something) on a dispatcher, without having to interact directly with mutexes or locks.
-
Was discussing this line with @Maxime2:
https://github.com/Fantom-foundation/lachesis-rs/blob/7788c17/lachesis-rs/src/swirlds.rs#L937
Would welcome a discussion on lock free data-structures, and o…