Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# RunBlockingKotlinCoroutines" Project to test the use of runBlocking by executing a list of requests in parallel to the same service, using threads. runBlocking is a coroutine function.

runBlocking is a coroutine function. By not providing any context, it will get run on the main thread.Runs a new coroutine and blocks the current thread interruptible until its completion. This function should not be used from a coroutine. It is designed to bridge regular blocking code to libraries that are written in suspending style, to be used in main functions and in tests.

About

Project to test the use of runBlocking by executing a list of requests in parallel to the same service, using threads. runBlocking is a coroutine function.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages