-
## Background
In the [Quil-T proposal / de facto spec](https://github.com/quil-lang/quil/blob/289bc212017772c8e33f5d1a683f3dd4b8d83d42/rfcs/analog/proposal.md), there's these two following lines:
…
-
I create a non-blocking socket inside the thread spawned inside the fiber with the following code:
```scheme
(define-module (nonblocking-socket)
#:use-module (ice-9 threads)
#:use-module (fibe…
abcdw updated
3 weeks ago
-
There seems to be a memory leak apparent by the stress tests from the example directory. To make the issue clear, I elevated the iteration counts,
```diff
diff --git a/examples/blocking/blocking_st…
-
when connecting to a databricks warehouse, if it is not serverless, it can take minutes to start up.
we would like a nonblocking way of detecting whether a databricks warehouse is up and ready to …
-
It seems there is a bug in IMB-IO regarding the exploration of the CPU. Except for rank 0, all remaining ranks have `target_reps` equal to zero. I have added:
```
int rank;
MPI_Comm_rank(MPI_COMM_W…
-
Hi,
I am at the point that I want to add MQTT to my project.
If WiFi connection or connection to broker fails, the rest of the program has to work.
I used the non blocking example, changed is a b…
-
Hi,
I have seen your htttp samples, as I see it is working with blocking mode,and I try to find the nrf91_sockets.c to find a non blockling mode api but failed.
Could you please give some advis…
-
We've been using `can_sock_drv.erl` in a context where the can network can become disconnected, which causes the write() call in `can_sock_drv.c` to block before we can restart the interface after det…
-
```ts
call_some_nonblocking_function();
console.debug("Reaches here.");
throw new Error(); // not thrown
```
rojvv updated
1 month ago
-
### Host operating system: output of `uname -a`
Linux ksops_test 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
### mysqld_exporter version: output of `m…