Email or username:

Password:

Forgot your password?
Andrew Tropin

Keep experimenting with fibers and for a good reason I need an operation, which waits until thread is exited.

paste.sr.ht/~abcdw/12b2547726c

I implemented it and it works, but obviously blows up the memory. I've not finished a "Parallel Concurrent ML" paper and have a very little clue what I do in block-fn, I'll appreaciate if someone can give me a quick solution for now.

#guile #scheme #lisp #fibers #concurrency

3 comments
Bahman M.

@abcdw I'd say post this on #Lemmy too. Usually you can hope for decent no-nonsense answers.

lemmy.ml/c/programming & lemmy.ml/c/programming@program are good starting points IMO

Andrew Tropin

@bahmanm Actually, it's not a general programming question, it's very specific and chances that someone from my network knows the answers is around 100%, just need to patiently wait :D

P.S. Also, there is a chance that all the people knowing it is on my network.

Bahman M.

@abcdw

> just need to patiently wait

👍

> it's not a general programming question

Don't let the name of the community confuse you 😆 #Lemmy is quite young and the niche communities haven't been formed yet so most things for now fall into "general" ones.

Go Up