HomeBlogArchives for newfountain

When Flow Split – an introduction to concurrent programming

Concurrent programming & Kotlin A computer program is a nicely ordered flow of instructions, executed one after the other from start to finish… Except when it is not. We often wish to split this flow. Let’s see why and when to do it. SO, WHAT’S CONCURRENT PROGRAMMING? The traditional way of writing programs is to […]