Skip to main content
3 votes
0 answers
91 views

I'm trying to calculate the autocorrelation time for a time series generated from molecular-dynamics trajectory frames. I used several methods to estimate the autocorrelation time because I need it to ...
Dimuthu Kodituwakku's user avatar
3 votes
2 answers
104 views

If in a terminal I enter mkfifo /tmp/pipe echo hello > /tmp/pipe (which blocks) and in another I run the haskell program main = readFile "/tmp/foobar" >>= putStr then I see it ...
Enlico's user avatar
  • 30.3k
2 votes
3 answers
230 views

I'm currently building a GUI application using PowerShell and WPF, and overall, I'm quite pleased with how easy it is to spin up a user interface for small tools without having to dive into full-blown ...
djozefiak's user avatar
0 votes
1 answer
88 views

In python, if I run the following code: import asyncio import time from datetime import datetime async def delay(n: int, id: str): await asyncio.sleep(n) print("I am:", id, ...
Goblinlord's user avatar
  • 3,390
1 vote
0 answers
18 views

In my Test app, using TestStack.White nuget package (last available version: 0.13.3) I need to search an Item with a given AutomationId in a container (main app window). I want to wait for it for max ...
Bug Raptor's user avatar
3 votes
0 answers
69 views

I edited the original question cause I found a simpler reproduction. #[tokio::main] async fn main() -> anyhow::Result<()> { let ln = TcpListener::bind(("0.0.0.0", 6789)).await?; ...
ryoii's user avatar
  • 31
0 votes
0 answers
142 views

I need that my readString method be blocking until user input his text into the TextArea. This is a model of my problem: public class Consola { private final JDialog dialog; private final ...
user3216993's user avatar
0 votes
0 answers
56 views

I'm facing a problem with redisson client and redis cluster behind a proxy infrastructure. As far as i know, the redisson client is working with a connection pool and a asynchronous mechanism, and may ...
Acech's user avatar
  • 1
0 votes
0 answers
38 views

In my Kivy app I initialise some instrumentation via 3rd party .NET dlls. One of these dlls is badly behaved - takes several seconds to initialise. To keep the app GUI responsive, I tried to ...
Eugene B's user avatar
0 votes
1 answer
43 views

everyone: I wrote a demo, but it doesn't work properly, can you help me, thank you very much. Code written in golang, output as C dynamic library "libtest1.so", is called by the "...
wgf098's user avatar
  • 9
0 votes
1 answer
143 views

I need to implement a logic for adding a big quantity of numbers into the Call Directory Extension. I use this function for generating and adding numbers: func generatePhoneNumbers(from pattern: ...
Volodymyr Pysarenko's user avatar
2 votes
1 answer
1k views

So the Micronaut docs tell us that Micronaut uses an event loop: Micronaut framework is built on Netty which is designed around an Event loop model and non-blocking I/O. Micronaut executes code ...
Stewart's user avatar
  • 18.9k
1 vote
0 answers
27 views

I am making blocking requests calls in a WebSockets server just to test a thing out, but I experienced a weird behavior. There is one client connection, sending a single message. The message is ...
Ali Al-Alak's user avatar
0 votes
0 answers
55 views

Context I am using the following code to read stdout of a process launched with Wscript.Shell.Exec Sub Main() Dim lspProcess As IWshExec = CreateObject("Wscript.Shell").Exec("deno ...
Greedo's user avatar
  • 5,625
0 votes
0 answers
62 views

We're chasing a repeated blocking/deadlock problem with a vendor's product, and I'm trying to get some clues to help point their development team as to what the issue might be. I'm currently using ...
Jason's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
114