Hello > Anyway, it seems like we're coming to the conclusion that mixing sync and > async behavior is going to cause quite some problems and is something that > would not pass a vote if I had to guess. Even if you know what you're doing > YMMV.
The main question is how much code needs to be changed. The example I gave with `file_put_contents` is a typical source of errors. It is easy to fix, but not always easy to detect. Maybe we can improve this situation. This requires discussion.
