Skip to content

naferx/cats-effect-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cats-effect-study

Concepts

Fibers: Fundamental abstraction in Cats Effect, lightweight threads, green threads or coroutines. They represent a sequence of actions which will ultimately evaluated in that order by the underlying hardware. Diverge from threads is in their footprint and level of abstraction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages