All Questions

Filter by
Sorted by
Tagged with
5 votes
1 answer
7k views

Implementation of Asynchronous function call in C

I took it upon myself recently to work towards making a general-purpose Translator to automatically translate js programs into C, but I got stuck when thinking of asynchronous behaviour. Using ANSI / ...
user avatar