async icon indicating copy to clipboard operation
async copied to clipboard

An awesome asynchronous event-driven reactor for Ruby.

Results 53 async issues
Sort by recently updated
recently updated
newest added

``` c:0072 p:---- s:0409 e:000408 CFUNC :transfer c:0071 p:0005 s:0405 e:000404 METHOD /Users/runner/work/io-event/io-event/external/async/lib/async/scheduler.rb:157 c:0070 p:0006 s:0401 e:000400 BLOCK /Users/runner/work/io-event/io-event/external/async/lib/async/condition.rb:39 c:0069 p:0010 s:0398 e:000397 METHOD /Users/runner/work/io-event/io-event/external/async/lib/async/list.rb:87 c:0068 p:0014 s:0392 e:000391 METHOD...

I noticed this issue, but I'm unable to reproduce it locally: ``` /home/runner/.rubies/ruby-head/lib/ruby/gems/3.4.0+1/gems/sus-0.32.0/lib/sus/mock.rb:33: warning: Exception in finalizer # /home/runner/work/async/async/lib/async/worker_pool.rb:73:in 'Thread::Mutex#synchronize': can't be called from trap context (ThreadError) from /home/runner/work/async/async/lib/async/worker_pool.rb:73:in 'Async::WorkerPool::Promise#cancel'...

Hi, ioquatix. Thank you for your great async-related gems. And I would like to ask a question here. Running the code followings: ``` # # # require 'net/http' require 'async'...