Project

General

Profile

« Previous | Next » 

Revision 5680c38c

Added by ko1 (Koichi Sasada) about 4 years ago

Use valid ec for postponed job.

Postponed job can be registered from non-Ruby thread, which means
ec in TLS can be NULL. In this case, use main thread's ec instead.

See https://github.com/ruby/ruby/pull/4108
and https://github.com/ruby/ruby/pull/4336