Skip to content

Commit

Permalink
Formats
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jul 17, 2023
1 parent 895d12f commit 9a3cb02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ open class IOCoroutineLauncher {
fun smallTest() = runBlocking {
logger.infoBefore("Making call at ${LocalDateTime.now()}")
val atomicInteger = AtomicInteger()
val duration = measureTimeMillis {
val duration = measureTimeMillis {
withContext(Dispatchers.IO.limitedParallelism(100)) {
repeat(100) {
launch {
Expand Down

0 comments on commit 9a3cb02

Please sign in to comment.