Timeline for Implementation of Asynchronous function call in C
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 27, 2015 at 22:44 | vote | accept | Francesco Gramano | ||
| Apr 27, 2015 at 19:33 | comment | added | Francesco Gramano | @BasileStarynkevitch was right, I was referring to the general case. I've edited the question to reflect that. | |
| Apr 27, 2015 at 10:24 | history | edited | Basile Starynkevitch | CC BY-SA 3.0 |
added 154 characters in body
|
| Apr 27, 2015 at 10:11 | history | edited | Basile Starynkevitch | CC BY-SA 3.0 |
added 118 characters in body
|
| Apr 27, 2015 at 9:37 | history | edited | Basile Starynkevitch | CC BY-SA 3.0 |
added 203 characters in body
|
| Apr 27, 2015 at 9:26 | comment | added | Robert Harvey | "...but I got stuck when thinking of asynchronous behaviour. Using ANSI / POSIX C, and only allowing yourself to use a library for a threadpool implementation, how would you go about implementing asynchronous function calls in C?" | |
| Apr 27, 2015 at 9:26 | comment | added | Basile Starynkevitch | @RobertHarvey: are you sure of that? Apparently he is coding a JS to C translator, at least for some restricted subset of JS. | |
| Apr 27, 2015 at 9:24 | history | edited | Basile Starynkevitch | CC BY-SA 3.0 |
added 120 characters in body
|
| Apr 27, 2015 at 9:19 | comment | added | Robert Harvey | Alright, but he's not asking about the general case. | |
| Apr 27, 2015 at 9:17 | comment | added | Basile Starynkevitch | @RobertHarvey: The OP's original question is ambiguous and unclear. Its first sentence suggests on the contrary that he wants to write a general-purpose JS to C compiler. | |
| Apr 27, 2015 at 8:54 | history | edited | Basile Starynkevitch | CC BY-SA 3.0 |
added 213 characters in body
|
| Apr 27, 2015 at 8:52 | comment | added | Robert Harvey | I think it's probably safe to assume that the OP isn't attempting to write a generalized JS to C converter. The only sentence in your answer that appears relevant to the question he asked is the last one. | |
| Apr 27, 2015 at 8:50 | history | answered | Basile Starynkevitch | CC BY-SA 3.0 |