Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
miiike
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
miiike
12y ago
Thanks, this is the kind of answer I was looking for. I'll have a read once I'm on a bigger screen.
2.
▲
by
miiike
12y ago
Okay so to run operations in parallel you have to go back to futures, and for more complex dependencies you would need callbacks/transforms. So this means with fibres you could use the simpler synchronous model for serial operations, b
3.
▲
by
miiike
12y ago
I wanted to ask you, what about running multiple operations in parallel? I've long been contemplating async/futures vs lightweight threads and yet to have come to a conclusion. With futures I can say, start operation 1 and operati