Hacker News new | ask | show | jobs
by Cieric 829 days ago
Yeah I'm seeing the sync functions, since those should wait till the task is finished any returned value should be able to be received at that point. Even a future promise system should be possible since it's basically just a pointer to an object with a flag saying if the object has been returned yet or not.

I'm not going to press someone else to do it though, I'm just gonna implement it myself since I have to rewrite it all anyways.