Update RBI files for concurrent-ruby.

This commit is contained in:
BrewTestBot 2021-06-07 06:19:34 +00:00
parent 6bf72e5fca
commit e7ef5f949d
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 607 additions and 181 deletions

View File

@ -6213,14 +6213,6 @@ class CompilerSelector
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end
class Concurrent::Promises::AbstractEventFuture
include ::Concurrent::Promises::InternalStates
end
module Concurrent::Promises::Resolvable
include ::Concurrent::Promises::InternalStates
end
class Concurrent::RubyThreadPoolExecutor class Concurrent::RubyThreadPoolExecutor
DEFAULT_SYNCHRONOUS = ::T.let(nil, ::T.untyped) DEFAULT_SYNCHRONOUS = ::T.let(nil, ::T.untyped)
end end