stripe 10.9.0.pre.beta.1 → 10.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +51 -275
- data/Gemfile +3 -0
- data/Makefile +7 -0
- data/OPENAPI_VERSION +1 -1
- data/README.md +0 -11
- data/VERSION +1 -1
- data/bin/tapioca +27 -0
- data/lib/stripe/api_operations/request.rb +1 -2
- data/lib/stripe/api_resource.rb +10 -1
- data/lib/stripe/api_resource_test_helpers.rb +6 -2
- data/lib/stripe/api_version.rb +0 -1
- data/lib/stripe/list_object.rb +3 -0
- data/lib/stripe/object_types.rb +120 -141
- data/lib/stripe/resources/account.rb +6 -4
- data/lib/stripe/resources/account_link.rb +3 -0
- data/lib/stripe/resources/account_session.rb +3 -0
- data/lib/stripe/resources/apple_pay_domain.rb +3 -0
- data/lib/stripe/resources/application_fee.rb +3 -0
- data/lib/stripe/resources/application_fee_refund.rb +3 -0
- data/lib/stripe/resources/apps/secret.rb +3 -0
- data/lib/stripe/resources/balance.rb +3 -0
- data/lib/stripe/resources/balance_transaction.rb +3 -0
- data/lib/stripe/resources/bank_account.rb +3 -0
- data/lib/stripe/resources/billing_portal/configuration.rb +3 -0
- data/lib/stripe/resources/billing_portal/session.rb +3 -0
- data/lib/stripe/resources/capability.rb +3 -0
- data/lib/stripe/resources/card.rb +3 -0
- data/lib/stripe/resources/cash_balance.rb +3 -0
- data/lib/stripe/resources/charge.rb +3 -0
- data/lib/stripe/resources/checkout/session.rb +3 -0
- data/lib/stripe/resources/climate/order.rb +3 -0
- data/lib/stripe/resources/climate/product.rb +3 -0
- data/lib/stripe/resources/climate/supplier.rb +3 -0
- data/lib/stripe/resources/country_spec.rb +3 -0
- data/lib/stripe/resources/coupon.rb +3 -0
- data/lib/stripe/resources/credit_note.rb +3 -0
- data/lib/stripe/resources/credit_note_line_item.rb +3 -0
- data/lib/stripe/resources/customer.rb +7 -13
- data/lib/stripe/resources/customer_balance_transaction.rb +3 -0
- data/lib/stripe/resources/customer_cash_balance_transaction.rb +3 -0
- data/lib/stripe/resources/customer_session.rb +3 -0
- data/lib/stripe/resources/discount.rb +3 -0
- data/lib/stripe/resources/dispute.rb +3 -0
- data/lib/stripe/resources/ephemeral_key.rb +3 -0
- data/lib/stripe/resources/event.rb +3 -0
- data/lib/stripe/resources/exchange_rate.rb +3 -0
- data/lib/stripe/resources/file.rb +6 -0
- data/lib/stripe/resources/file_link.rb +3 -0
- data/lib/stripe/resources/financial_connections/account.rb +3 -3
- data/lib/stripe/resources/financial_connections/account_owner.rb +3 -0
- data/lib/stripe/resources/financial_connections/account_ownership.rb +3 -0
- data/lib/stripe/resources/financial_connections/session.rb +3 -0
- data/lib/stripe/resources/financial_connections/transaction.rb +3 -0
- data/lib/stripe/resources/funding_instructions.rb +3 -0
- data/lib/stripe/resources/identity/verification_report.rb +3 -0
- data/lib/stripe/resources/identity/verification_session.rb +3 -0
- data/lib/stripe/resources/invoice.rb +2 -52
- data/lib/stripe/resources/invoice_item.rb +3 -0
- data/lib/stripe/resources/invoice_line_item.rb +3 -0
- data/lib/stripe/resources/issuing/authorization.rb +6 -0
- data/lib/stripe/resources/issuing/card.rb +6 -0
- data/lib/stripe/resources/issuing/cardholder.rb +3 -0
- data/lib/stripe/resources/issuing/dispute.rb +3 -0
- data/lib/stripe/resources/issuing/token.rb +3 -0
- data/lib/stripe/resources/issuing/transaction.rb +6 -0
- data/lib/stripe/resources/line_item.rb +3 -0
- data/lib/stripe/resources/login_link.rb +3 -0
- data/lib/stripe/resources/mandate.rb +3 -0
- data/lib/stripe/resources/payment_intent.rb +5 -4
- data/lib/stripe/resources/payment_link.rb +3 -0
- data/lib/stripe/resources/payment_method.rb +3 -0
- data/lib/stripe/resources/payment_method_configuration.rb +3 -0
- data/lib/stripe/resources/payment_method_domain.rb +3 -0
- data/lib/stripe/resources/payout.rb +3 -0
- data/lib/stripe/resources/person.rb +3 -0
- data/lib/stripe/resources/plan.rb +3 -0
- data/lib/stripe/resources/price.rb +3 -0
- data/lib/stripe/resources/product.rb +3 -0
- data/lib/stripe/resources/promotion_code.rb +3 -0
- data/lib/stripe/resources/quote.rb +3 -104
- data/lib/stripe/resources/radar/early_fraud_warning.rb +3 -0
- data/lib/stripe/resources/radar/value_list.rb +3 -0
- data/lib/stripe/resources/radar/value_list_item.rb +3 -0
- data/lib/stripe/resources/refund.rb +6 -0
- data/lib/stripe/resources/reporting/report_run.rb +3 -0
- data/lib/stripe/resources/reporting/report_type.rb +3 -0
- data/lib/stripe/resources/reversal.rb +3 -0
- data/lib/stripe/resources/review.rb +3 -0
- data/lib/stripe/resources/setup_attempt.rb +3 -0
- data/lib/stripe/resources/setup_intent.rb +3 -0
- data/lib/stripe/resources/shipping_rate.rb +3 -0
- data/lib/stripe/resources/sigma/scheduled_query_run.rb +3 -0
- data/lib/stripe/resources/source.rb +3 -0
- data/lib/stripe/resources/source_transaction.rb +3 -0
- data/lib/stripe/resources/subscription.rb +3 -0
- data/lib/stripe/resources/subscription_item.rb +3 -0
- data/lib/stripe/resources/subscription_schedule.rb +2 -19
- data/lib/stripe/resources/tax/calculation.rb +3 -0
- data/lib/stripe/resources/tax/calculation_line_item.rb +3 -0
- data/lib/stripe/resources/tax/registration.rb +3 -0
- data/lib/stripe/resources/tax/settings.rb +3 -0
- data/lib/stripe/resources/tax/transaction.rb +3 -0
- data/lib/stripe/resources/tax/transaction_line_item.rb +3 -0
- data/lib/stripe/resources/tax_code.rb +3 -0
- data/lib/stripe/resources/tax_id.rb +5 -4
- data/lib/stripe/resources/tax_rate.rb +3 -0
- data/lib/stripe/resources/terminal/configuration.rb +3 -0
- data/lib/stripe/resources/terminal/connection_token.rb +3 -0
- data/lib/stripe/resources/terminal/location.rb +3 -0
- data/lib/stripe/resources/terminal/reader.rb +6 -60
- data/lib/stripe/resources/test_helpers/test_clock.rb +3 -0
- data/lib/stripe/resources/token.rb +3 -0
- data/lib/stripe/resources/topup.rb +3 -0
- data/lib/stripe/resources/transfer.rb +3 -0
- data/lib/stripe/resources/treasury/credit_reversal.rb +3 -0
- data/lib/stripe/resources/treasury/debit_reversal.rb +3 -0
- data/lib/stripe/resources/treasury/financial_account.rb +3 -0
- data/lib/stripe/resources/treasury/financial_account_features.rb +3 -0
- data/lib/stripe/resources/treasury/inbound_transfer.rb +6 -0
- data/lib/stripe/resources/treasury/outbound_payment.rb +6 -0
- data/lib/stripe/resources/treasury/outbound_transfer.rb +6 -0
- data/lib/stripe/resources/treasury/received_credit.rb +6 -0
- data/lib/stripe/resources/treasury/received_debit.rb +6 -0
- data/lib/stripe/resources/treasury/transaction.rb +3 -0
- data/lib/stripe/resources/treasury/transaction_entry.rb +3 -0
- data/lib/stripe/resources/usage_record.rb +3 -0
- data/lib/stripe/resources/usage_record_summary.rb +3 -0
- data/lib/stripe/resources/webhook_endpoint.rb +3 -0
- data/lib/stripe/resources.rb +0 -22
- data/lib/stripe/search_result_object.rb +3 -0
- data/lib/stripe/singleton_api_resource.rb +1 -1
- data/lib/stripe/stripe_client.rb +28 -62
- data/lib/stripe/stripe_configuration.rb +1 -2
- data/lib/stripe/util.rb +1 -8
- data/lib/stripe/version.rb +1 -1
- data/lib/stripe.rb +0 -46
- data/sorbet/config +4 -0
- data/sorbet/rbi/annotations/.gitattributes +1 -0
- data/sorbet/rbi/annotations/coveralls_reborn.rbi +3 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/addressable@2.8.6.rbi +1993 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +584 -0
- data/sorbet/rbi/gems/byebug@11.1.3.rbi +3606 -0
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +3437 -0
- data/sorbet/rbi/gems/coveralls_reborn@0.25.0.rbi +8 -0
- data/sorbet/rbi/gems/crack@0.4.5.rbi +144 -0
- data/sorbet/rbi/gems/docile@1.4.0.rbi +8 -0
- data/sorbet/rbi/gems/erubi@1.12.0.rbi +146 -0
- data/sorbet/rbi/gems/hashdiff@1.1.0.rbi +352 -0
- data/sorbet/rbi/gems/jaro_winkler@1.5.4.rbi +19 -0
- data/sorbet/rbi/gems/json@2.7.1.rbi +1561 -0
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14237 -0
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +272 -0
- data/sorbet/rbi/gems/mocha@1.16.1.rbi +11 -0
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +161 -0
- data/sorbet/rbi/gems/parallel@1.24.0.rbi +280 -0
- data/sorbet/rbi/gems/parser@3.2.2.4.rbi +9454 -0
- data/sorbet/rbi/gems/power_assert@2.0.3.rbi +414 -0
- data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +951 -0
- data/sorbet/rbi/gems/prism@0.19.0.rbi +29883 -0
- data/sorbet/rbi/gems/pry-byebug@3.10.1.rbi +1150 -0
- data/sorbet/rbi/gems/pry@0.14.2.rbi +10085 -0
- data/sorbet/rbi/gems/public_suffix@5.0.4.rbi +931 -0
- data/sorbet/rbi/gems/racc@1.7.3.rbi +161 -0
- data/sorbet/rbi/gems/rack@3.0.8.rbi +5193 -0
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +402 -0
- data/sorbet/rbi/gems/rake@13.1.0.rbi +2884 -0
- data/sorbet/rbi/gems/rbi@0.1.6.rbi +2922 -0
- data/sorbet/rbi/gems/regexp_parser@2.8.3.rbi +3766 -0
- data/sorbet/rbi/gems/rexml@3.2.6.rbi +4887 -0
- data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +7004 -0
- data/sorbet/rbi/gems/rubocop@1.57.2.rbi +56919 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1317 -0
- data/sorbet/rbi/gems/shoulda-context@2.0.0.rbi +555 -0
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +8 -0
- data/sorbet/rbi/gems/simplecov@0.21.2.rbi +8 -0
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +8 -0
- data/sorbet/rbi/gems/spoom@1.2.4.rbi +3777 -0
- data/sorbet/rbi/gems/sync@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/syntax_tree@6.2.0.rbi +23136 -0
- data/sorbet/rbi/gems/tapioca@0.11.17.rbi +3503 -0
- data/sorbet/rbi/gems/term-ansicolor@1.7.1.rbi +8 -0
- data/sorbet/rbi/gems/test-unit@3.6.1.rbi +4403 -0
- data/sorbet/rbi/gems/thor@1.3.0.rbi +4345 -0
- data/sorbet/rbi/gems/tins@1.32.1.rbi +8 -0
- data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +65 -0
- data/sorbet/rbi/gems/webmock@3.19.1.rbi +1740 -0
- data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +428 -0
- data/sorbet/rbi/gems/yard@0.9.34.rbi +18219 -0
- data/sorbet/tapioca/config.yml +13 -0
- data/sorbet/tapioca/require.rb +4 -0
- metadata +61 -27
- data/lib/stripe/request_signing_authenticator.rb +0 -79
- data/lib/stripe/resources/account_notice.rb +0 -29
- data/lib/stripe/resources/capital/financing_offer.rb +0 -46
- data/lib/stripe/resources/capital/financing_summary.rb +0 -12
- data/lib/stripe/resources/capital/financing_transaction.rb +0 -24
- data/lib/stripe/resources/confirmation_token.rb +0 -13
- data/lib/stripe/resources/customer_entitlement.rb +0 -9
- data/lib/stripe/resources/customer_entitlement_summary.rb +0 -9
- data/lib/stripe/resources/entitlements/event.rb +0 -23
- data/lib/stripe/resources/entitlements/feature.rb +0 -35
- data/lib/stripe/resources/financial_connections/account_inferred_balance.rb +0 -11
- data/lib/stripe/resources/gift_cards/card.rb +0 -56
- data/lib/stripe/resources/gift_cards/transaction.rb +0 -90
- data/lib/stripe/resources/invoice_payment.rb +0 -9
- data/lib/stripe/resources/issuing/credit_underwriting_record.rb +0 -85
- data/lib/stripe/resources/issuing/personalization_design.rb +0 -113
- data/lib/stripe/resources/issuing/physical_bundle.rb +0 -23
- data/lib/stripe/resources/margin.rb +0 -34
- data/lib/stripe/resources/order.rb +0 -117
- data/lib/stripe/resources/quote_phase.rb +0 -36
- data/lib/stripe/resources/quote_preview_invoice.rb +0 -40
- data/lib/stripe/resources/quote_preview_subscription_schedule.rb +0 -8
- data/lib/stripe/resources/tax/form.rb +0 -46
@@ -0,0 +1,280 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `parallel` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem parallel`.
|
6
|
+
|
7
|
+
# source://parallel//lib/parallel/version.rb#2
|
8
|
+
module Parallel
|
9
|
+
class << self
|
10
|
+
# @return [Boolean]
|
11
|
+
#
|
12
|
+
# source://parallel//lib/parallel.rb#243
|
13
|
+
def all?(*args, &block); end
|
14
|
+
|
15
|
+
# @return [Boolean]
|
16
|
+
#
|
17
|
+
# source://parallel//lib/parallel.rb#238
|
18
|
+
def any?(*args, &block); end
|
19
|
+
|
20
|
+
# source://parallel//lib/parallel.rb#234
|
21
|
+
def each(array, options = T.unsafe(nil), &block); end
|
22
|
+
|
23
|
+
# source://parallel//lib/parallel.rb#248
|
24
|
+
def each_with_index(array, options = T.unsafe(nil), &block); end
|
25
|
+
|
26
|
+
# source://parallel//lib/parallel.rb#307
|
27
|
+
def filter_map(*args, &block); end
|
28
|
+
|
29
|
+
# source://parallel//lib/parallel.rb#303
|
30
|
+
def flat_map(*args, &block); end
|
31
|
+
|
32
|
+
# source://parallel//lib/parallel.rb#228
|
33
|
+
def in_processes(options = T.unsafe(nil), &block); end
|
34
|
+
|
35
|
+
# source://parallel//lib/parallel.rb#212
|
36
|
+
def in_threads(options = T.unsafe(nil)); end
|
37
|
+
|
38
|
+
# source://parallel//lib/parallel.rb#252
|
39
|
+
def map(source, options = T.unsafe(nil), &block); end
|
40
|
+
|
41
|
+
# source://parallel//lib/parallel.rb#299
|
42
|
+
def map_with_index(array, options = T.unsafe(nil), &block); end
|
43
|
+
|
44
|
+
# Number of physical processor cores on the current system.
|
45
|
+
#
|
46
|
+
# source://parallel//lib/parallel.rb#312
|
47
|
+
def physical_processor_count; end
|
48
|
+
|
49
|
+
# Number of processors seen by the OS, used for process scheduling
|
50
|
+
#
|
51
|
+
# source://parallel//lib/parallel.rb#345
|
52
|
+
def processor_count; end
|
53
|
+
|
54
|
+
# source://parallel//lib/parallel.rb#350
|
55
|
+
def worker_number; end
|
56
|
+
|
57
|
+
# TODO: this does not work when doing threads in forks, so should remove and yield the number instead if needed
|
58
|
+
#
|
59
|
+
# source://parallel//lib/parallel.rb#355
|
60
|
+
def worker_number=(worker_num); end
|
61
|
+
|
62
|
+
private
|
63
|
+
|
64
|
+
# source://parallel//lib/parallel.rb#361
|
65
|
+
def add_progress_bar!(job_factory, options); end
|
66
|
+
|
67
|
+
# source://parallel//lib/parallel.rb#624
|
68
|
+
def call_with_index(item, index, options, &block); end
|
69
|
+
|
70
|
+
# source://parallel//lib/parallel.rb#556
|
71
|
+
def create_workers(job_factory, options, &block); end
|
72
|
+
|
73
|
+
# options is either a Integer or a Hash with :count
|
74
|
+
#
|
75
|
+
# source://parallel//lib/parallel.rb#614
|
76
|
+
def extract_count_from_options(options); end
|
77
|
+
|
78
|
+
# source://parallel//lib/parallel.rb#642
|
79
|
+
def instrument_finish(item, index, result, options); end
|
80
|
+
|
81
|
+
# yield results in the order of the input items
|
82
|
+
# needs to use `options` to store state between executions
|
83
|
+
# needs to use `done` index since a nil result would also be valid
|
84
|
+
#
|
85
|
+
# source://parallel//lib/parallel.rb#651
|
86
|
+
def instrument_finish_in_order(item, index, result, options); end
|
87
|
+
|
88
|
+
# source://parallel//lib/parallel.rb#671
|
89
|
+
def instrument_start(item, index, options); end
|
90
|
+
|
91
|
+
# source://parallel//lib/parallel.rb#590
|
92
|
+
def process_incoming_jobs(read, write, job_factory, options, &block); end
|
93
|
+
|
94
|
+
# source://parallel//lib/parallel.rb#544
|
95
|
+
def replace_worker(job_factory, workers, index, options, blk); end
|
96
|
+
|
97
|
+
# source://parallel//lib/parallel.rb#635
|
98
|
+
def with_instrumentation(item, index, options); end
|
99
|
+
|
100
|
+
# source://parallel//lib/parallel.rb#386
|
101
|
+
def work_direct(job_factory, options, &block); end
|
102
|
+
|
103
|
+
# source://parallel//lib/parallel.rb#496
|
104
|
+
def work_in_processes(job_factory, options, &blk); end
|
105
|
+
|
106
|
+
# source://parallel//lib/parallel.rb#430
|
107
|
+
def work_in_ractors(job_factory, options); end
|
108
|
+
|
109
|
+
# source://parallel//lib/parallel.rb#405
|
110
|
+
def work_in_threads(job_factory, options, &block); end
|
111
|
+
|
112
|
+
# source://parallel//lib/parallel.rb#564
|
113
|
+
def worker(job_factory, options, &block); end
|
114
|
+
end
|
115
|
+
end
|
116
|
+
|
117
|
+
# source://parallel//lib/parallel.rb#11
|
118
|
+
class Parallel::Break < ::StandardError
|
119
|
+
# @return [Break] a new instance of Break
|
120
|
+
#
|
121
|
+
# source://parallel//lib/parallel.rb#14
|
122
|
+
def initialize(value = T.unsafe(nil)); end
|
123
|
+
|
124
|
+
# Returns the value of attribute value.
|
125
|
+
#
|
126
|
+
# source://parallel//lib/parallel.rb#12
|
127
|
+
def value; end
|
128
|
+
end
|
129
|
+
|
130
|
+
# source://parallel//lib/parallel.rb#8
|
131
|
+
class Parallel::DeadWorker < ::StandardError; end
|
132
|
+
|
133
|
+
# source://parallel//lib/parallel.rb#32
|
134
|
+
class Parallel::ExceptionWrapper
|
135
|
+
# @return [ExceptionWrapper] a new instance of ExceptionWrapper
|
136
|
+
#
|
137
|
+
# source://parallel//lib/parallel.rb#35
|
138
|
+
def initialize(exception); end
|
139
|
+
|
140
|
+
# Returns the value of attribute exception.
|
141
|
+
#
|
142
|
+
# source://parallel//lib/parallel.rb#33
|
143
|
+
def exception; end
|
144
|
+
end
|
145
|
+
|
146
|
+
# source://parallel//lib/parallel.rb#98
|
147
|
+
class Parallel::JobFactory
|
148
|
+
# @return [JobFactory] a new instance of JobFactory
|
149
|
+
#
|
150
|
+
# source://parallel//lib/parallel.rb#99
|
151
|
+
def initialize(source, mutex); end
|
152
|
+
|
153
|
+
# source://parallel//lib/parallel.rb#107
|
154
|
+
def next; end
|
155
|
+
|
156
|
+
# generate item that is sent to workers
|
157
|
+
# just index is faster + less likely to blow up with unserializable errors
|
158
|
+
#
|
159
|
+
# source://parallel//lib/parallel.rb#136
|
160
|
+
def pack(item, index); end
|
161
|
+
|
162
|
+
# source://parallel//lib/parallel.rb#126
|
163
|
+
def size; end
|
164
|
+
|
165
|
+
# unpack item that is sent to workers
|
166
|
+
#
|
167
|
+
# source://parallel//lib/parallel.rb#141
|
168
|
+
def unpack(data); end
|
169
|
+
|
170
|
+
private
|
171
|
+
|
172
|
+
# @return [Boolean]
|
173
|
+
#
|
174
|
+
# source://parallel//lib/parallel.rb#147
|
175
|
+
def producer?; end
|
176
|
+
|
177
|
+
# source://parallel//lib/parallel.rb#151
|
178
|
+
def queue_wrapper(array); end
|
179
|
+
end
|
180
|
+
|
181
|
+
# source://parallel//lib/parallel.rb#20
|
182
|
+
class Parallel::Kill < ::Parallel::Break; end
|
183
|
+
|
184
|
+
# source://parallel//lib/parallel.rb#6
|
185
|
+
Parallel::Stop = T.let(T.unsafe(nil), Object)
|
186
|
+
|
187
|
+
# source://parallel//lib/parallel.rb#23
|
188
|
+
class Parallel::UndumpableException < ::StandardError
|
189
|
+
# @return [UndumpableException] a new instance of UndumpableException
|
190
|
+
#
|
191
|
+
# source://parallel//lib/parallel.rb#26
|
192
|
+
def initialize(original); end
|
193
|
+
|
194
|
+
# Returns the value of attribute backtrace.
|
195
|
+
#
|
196
|
+
# source://parallel//lib/parallel.rb#24
|
197
|
+
def backtrace; end
|
198
|
+
end
|
199
|
+
|
200
|
+
# source://parallel//lib/parallel.rb#156
|
201
|
+
class Parallel::UserInterruptHandler
|
202
|
+
class << self
|
203
|
+
# source://parallel//lib/parallel.rb#181
|
204
|
+
def kill(thing); end
|
205
|
+
|
206
|
+
# kill all these pids or threads if user presses Ctrl+c
|
207
|
+
#
|
208
|
+
# source://parallel//lib/parallel.rb#161
|
209
|
+
def kill_on_ctrl_c(pids, options); end
|
210
|
+
|
211
|
+
private
|
212
|
+
|
213
|
+
# source://parallel//lib/parallel.rb#205
|
214
|
+
def restore_interrupt(old, signal); end
|
215
|
+
|
216
|
+
# source://parallel//lib/parallel.rb#190
|
217
|
+
def trap_interrupt(signal); end
|
218
|
+
end
|
219
|
+
end
|
220
|
+
|
221
|
+
# source://parallel//lib/parallel.rb#157
|
222
|
+
Parallel::UserInterruptHandler::INTERRUPT_SIGNAL = T.let(T.unsafe(nil), Symbol)
|
223
|
+
|
224
|
+
# source://parallel//lib/parallel/version.rb#3
|
225
|
+
Parallel::VERSION = T.let(T.unsafe(nil), String)
|
226
|
+
|
227
|
+
# source://parallel//lib/parallel/version.rb#3
|
228
|
+
Parallel::Version = T.let(T.unsafe(nil), String)
|
229
|
+
|
230
|
+
# source://parallel//lib/parallel.rb#51
|
231
|
+
class Parallel::Worker
|
232
|
+
# @return [Worker] a new instance of Worker
|
233
|
+
#
|
234
|
+
# source://parallel//lib/parallel.rb#55
|
235
|
+
def initialize(read, write, pid); end
|
236
|
+
|
237
|
+
# might be passed to started_processes and simultaneously closed by another thread
|
238
|
+
# when running in isolation mode, so we have to check if it is closed before closing
|
239
|
+
#
|
240
|
+
# source://parallel//lib/parallel.rb#68
|
241
|
+
def close_pipes; end
|
242
|
+
|
243
|
+
# Returns the value of attribute pid.
|
244
|
+
#
|
245
|
+
# source://parallel//lib/parallel.rb#52
|
246
|
+
def pid; end
|
247
|
+
|
248
|
+
# Returns the value of attribute read.
|
249
|
+
#
|
250
|
+
# source://parallel//lib/parallel.rb#52
|
251
|
+
def read; end
|
252
|
+
|
253
|
+
# source://parallel//lib/parallel.rb#61
|
254
|
+
def stop; end
|
255
|
+
|
256
|
+
# Returns the value of attribute thread.
|
257
|
+
#
|
258
|
+
# source://parallel//lib/parallel.rb#53
|
259
|
+
def thread; end
|
260
|
+
|
261
|
+
# Sets the attribute thread
|
262
|
+
#
|
263
|
+
# @param value the value to set the attribute thread to.
|
264
|
+
#
|
265
|
+
# source://parallel//lib/parallel.rb#53
|
266
|
+
def thread=(_arg0); end
|
267
|
+
|
268
|
+
# source://parallel//lib/parallel.rb#73
|
269
|
+
def work(data); end
|
270
|
+
|
271
|
+
# Returns the value of attribute write.
|
272
|
+
#
|
273
|
+
# source://parallel//lib/parallel.rb#52
|
274
|
+
def write; end
|
275
|
+
|
276
|
+
private
|
277
|
+
|
278
|
+
# source://parallel//lib/parallel.rb#91
|
279
|
+
def wait; end
|
280
|
+
end
|