-
In multithreaded applications, there is the `.wait()` primitive that allows one to synchronously wait on Worker threads. Main thread is disallowed from `.wait()`ing, since that is a blocking operation…
-
Chrome recently added support for unhandled promises, which means rejections will be logged, whereas before they were silently failing:
![image](https://cloud.githubusercontent.com/assets/921609/4852…
-
Don't know why. Must read and try tutorials I guess.
-
_From @jadonk on February 12, 2014 17:58_
Having both synchronous and asynchronous implementations of all the functions has become a pain to maintain. I've used node-fibers to 'my.wait_for' completio…
-
We should discuss this after the pilots.
I *think* currently, people are randomly re-matched at the end of each round based on when they leave the round summary page.
The code waits for everyone…
-
The issue is about `LocalState` updates performed inside a `ModellableView`'s `update()` method.
## Example
This is an example Tempura UI
```
ViewControllerWithLocalState
|
|
…
-
# Hack your Hackathon!
Discussion for how to improve DESC sprint weeks and sprint days! All are welcome!
Contacts: @ismael-mendoza @EiffL
Day/Time: Thursday 10am-11am
Zoom room: DESC #3
Room…
EiffL updated
2 years ago
-
Hello Sergey,
I am playing around with your database, I have run into some unexpected behavior.
Say, I want to insert 10 the same documents. Then this works:
```
for (var j = 0; j < 10; j++) {
v…
-
I wanted to know if there exists an API similar to `value_or(...)` that would allow me to do something like:
```cpp
struct Something { int interesting{0}; };
int getter() {
QtPromise::QPro…
-
Inspiration for this feature comes from a flag used by `svcadm` on Illumos and Solaris distros, `-s`, which [tells the service state change to be synchronous](https://illumos.org/man/1M/svcadm):
> …