-
```
If one of the ready callbacks fails, all subsequent ones will, too. I would
suggest calling window.setTimeout(callback, 0), they will then be executed by
the browser independently of each other,…
-
```
If one of the ready callbacks fails, all subsequent ones will, too. I would
suggest calling window.setTimeout(callback, 0), they will then be executed by
the browser independently of each other,…
-
### Expected behavior of the wanted feature
I propose to revert the deprecation of the Lua API `mp.get_wakeup_pipe()` and its underlying C API `mpv_get_wakeup_pipe()`. `mp.get_wakeup_pipe()` is the o…
-
If I'm working with cl-async interactively from the REPL, and I type something like:
(as:start-event-loop
(lambda ()
(as:delay
(lambda ()
(format t "Timer fired. Exiting.~%"))
…
-
It seems there are some cases where there is already an existing, active event loop after forking, which causes an exception when the child process tries to create a new event loop. It should check f…
-
### How can we reproduce the crash?
_No response_
### Relevant log output
_No response_
### Stack Trace (bun.report)
Bun v1.1.20 ([`ae19489`]()) on macos aarch64 [AutoCommand]
Segmentation fau…
-
in v03_wip, there are already fewer timing loops thatn in v2, but we could get down to 1 loop for the entire thing. One benefit would be code that is much easier to follow because we have partial asy…
-
### Steps to reproduce
1. Have Element idle in background.
### Outcome
#### What did you expect?
Low CPU usage.
#### What happened instead?
CPU usage around 7-8%
### Operating system
macOS 1…
-
I have tried to remove the unstable `sleep` with events for the `test_profiling` test.
The original code:
```
cargs.sleep_useconds = 5000000;
Event e4 = task_proc.spawn(CHILD_TASK, &cargs…
-
### Suggestion
I feel like it would be nice for a way to store multiple data as one element in a list, since you can't store a list inside of a list
E.g:
```
set {_eventDataStructure} to an empty …