Skip to main content

Questions tagged [blocking-function-call]

Filter by
Sorted by
Tagged with
5 votes
3 answers
2k views

I am working on a C library (SlipRock) for interprocess communication. The library currently exposes a simple, blocking API. This is easy to use, makes misuse (relatively) difficult (this is C after ...
Demi's user avatar
  • 826
2 votes
1 answer
2k views

I want to write small library to guide a child process for a specific needs (not trying to reinvent bicycle here). My needs includes reading from child stdout and stderr. I want to implement this as ...
Vasilly.Prokopyev's user avatar