mgomes (Mauricio Gomes)
- Login: mgomes
- Registered on: 05/29/2020
- Last sign in: 05/29/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
05/29/2020
-
03:39 AM Ruby Feature #16786: Light-weight scheduler for improved concurrency.
- What about borrowing a little from Crystal? The non-blocking API could be:
``` ruby
spawn do
# non-blocking fiber
end
```
I like how it has a completely different interface without introducing a new term.