hi@joaofernandes.me (Joao Fernandes)
- Login: hi@joaofernandes.me
- Registered on: 09/28/2023
- Last sign in: 12/06/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
09/29/2023
-
11:16 AM Ruby Feature #19905: Introduce `Queue#peek`
- ko1 (Koichi Sasada) wrote in #note-1:
> Could you describe more about use cases?
My main use case for this feature is observability and debugging. For example, I am experimenting with a car pooling simulation where multiple queues of...
09/28/2023
-
11:10 PM Ruby Feature #19905 (Open): Introduce `Queue#peek`
- This ticket proposes the introduction of the `Queue#peek` method, similar to what we can find in other object oriented languages such as Java and C#. This method is similar to `Queue#pop`, but does not change the data, nor does it requir...