SRC
Developer @ Aftonbladet
Classic programming language
Blocking operations
parse_file(1);
parse_file(2);
parse_file(3);
save_to_db();
function (fileContent, callback) {
// Parse the file
.....
callback();
}