forthoney (Seong-Heon Jung)
- Login: forthoney
- Email: castlehoneyjung@gmail.com
- Registered on: 12/06/2023
- Last sign in: 10/05/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 2 | 2 | 4 |
Like
Activity
03/18/2024
- 07:09 PM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
- ioquatix (Samuel Williams) wrote in #note-7:
> If I had to take a guess, I'd say it's a bug with waiting on a Ractor... - 07:06 PM Ruby master Bug #20346 (Open): FiberScheduler.unblock not called by Thread#join when Thread body contains Ractor.take
- When using a `Ractor.take` inside a different thread, `Thread#join` on the thread running `Ractor.take` fails to call...
03/12/2024
- 05:00 AM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
- On a side note, I may have unintentionally discovered an IRB bug in the process. If you run the above in IRB and use ...
- 04:58 AM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
- ioquatix (Samuel Williams) wrote in #note-4:
> I support this proposal.
>
> A simple way to deal with this right ...
02/19/2024
- 06:44 PM Ruby master Feature #20215: Introduce `IO#readable?`
- I think the name is potentially confusing. Consider the following:
```ruby
if client.readable?
client.read # thi... - 06:20 PM Ruby master Feature #20276: Introduce Fiber interfaces for Blocking operations on Ractors
- ko1 (Koichi Sasada) wrote in #note-2:
> I understand the motivation but now the ractor-thread combination is not wel...
02/17/2024
- 08:55 PM Ruby master Feature #20276 (Feedback): Introduce Fiber interfaces for Blocking operations on Ractors
- ### Motivation
I am trying to build a web server with Ractors. The lifecycle for a request in the current implementa...
02/16/2024
- 06:26 PM Ruby master Misc #20272 (Open): Ambiguity around Ractor message sending FIFO semantics
- The docs should explicitly state the semantics/properties of Ractor message, especially when it comes to FIFO.
For e...
12/23/2023
- 01:35 AM Ruby master Bug #20078: StringIO cannot be moved between Ractors
- luke-gru (Luke Gruber) wrote in #note-3:
> I think this is due to not currently being able to move any T_DATA object...
12/22/2023
- 02:26 PM Ruby master Bug #20078: StringIO cannot be moved between Ractors
- Thank you for the quick response!
If my understanding is correct, then there are 4 categories of Ruby objects:
1. S...
Also available in: Atom