Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jdegoes
Copy link
Member

@jdegoes jdegoes commented Mar 15, 2019

It's not perfect, I'll do more later. πŸ˜„

Nearly all programmers will find the features of `ZIO` help them build scalable, performant, concurrent, and leak-free applications faster and with stronger correctness guarantees than legacy techniques allow.
# Creating ZIO Values

The simplest ZIO effects you can create model success and failure. These are covered in the [next session](success_failure.html).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken link here? Should link to creating_effects.md

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed! πŸ™

iravid
iravid previously approved these changes Mar 15, 2019
Copy link
Member

@iravid iravid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸš€


ZIO's concurrency is built on _fibers_, which are lightweight "green threads" implemented by the ZIO runtime.

Unlike operating system threads, fibers consume almost no memory, have growable and shrinkable stacks, don'tt waste resources blocking, and will be garbage collected automatically if they are inactive and unreachable.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don'tt

@jdegoes jdegoes merged commit 95c8985 into zio:master Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants