Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kudojp authored Jul 4, 2023
1 parent 4fe76fd commit cfc404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ gem install async_scheduler
## Usage

Set this scheduler in the current thread.
Then, surround the blocking oerations in `Fiber.schedule` block so that they are executed concurrently.
Then, surround each of blocking oerations in `Fiber.schedule` block so that they are executed concurrently.

```rb
Fiber.set_schduler AsyncScheduler::Scheduler.new
Expand Down

0 comments on commit cfc404d

Please sign in to comment.