Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OR-5284 Schedulers #140

Merged
merged 1 commit into from
Aug 17, 2023
Merged

OR-5284 Schedulers #140

merged 1 commit into from
Aug 17, 2023

Conversation

crazymanish
Copy link
Owner

Context

In this PR

Highlights

  • A Scheduler defines the execution context for a piece of work.
  • Apple‘s operating systems offer a rich variety of tools to help you schedule code execution.
  • Combine tops these schedulers with the Scheduler protocol to help you pick the best one for the job in any given situation.
  • Every time you use receive(on:), further operators in your publisher execute on the specified scheduler. That is, unless they themselves take a Scheduler parameter!

@crazymanish crazymanish linked an issue Aug 17, 2023 that may be closed by this pull request
@crazymanish crazymanish merged commit e9d3225 into main Aug 17, 2023
@crazymanish crazymanish deleted the OR-5284-p3 branch August 17, 2023 17:06
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.

[w32(6august-12august)] Schedulers: Practices/exercises
1 participant