Skip to content

Commit e63ee22

Browse files
authored
Merge pull request #3964 from bruno-/fiber-scheduler-list
Link to fiber scheduler list
2 parents 9433eff + 30b4089 commit e63ee22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/dataloader/nonblocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Fiber.set_scheduler(MySchedulerImplementation.new)
3333
MySchema.execute(...)
3434
```
3535

36-
The scheduler must implement [`Fiber::SchedulerImplementation`](https://ruby-doc.org/core-3.0.2/Fiber/SchedulerInterface.html). Some implementations are available off-the-shelf:
36+
The scheduler must implement [`Fiber::SchedulerImplementation`](https://ruby-doc.org/core-3.0.2/Fiber/SchedulerInterface.html). Existing implementations can be found at [Fiber Scheduler List](https://github.com/bruno-/fiber_scheduler_list).
3737

3838
- [`dsh0416/evt`](https://github.com/dsh0416/evt) supports several backends in `Evt::Scheduler`.
3939
- [`digital-fabric/libev_scheduler`](https://github.com/digital-fabric/libev_scheduler) contains `Libev::Scheduler`, built on [`libev`](http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod), an event loop written in C. ⚠️ This _works_, but it was failing oddly on GitHub actions, so CI is turned off for it.

0 commit comments

Comments
 (0)