mirror of
https://github.com/lostisland/faraday.git
synced 2025-08-30 00:03:09 -04:00
i desire vim space saving
This commit is contained in:
parent
fd7dfdac66
commit
ae381e1217
@ -51,16 +51,16 @@ module Faraday
|
||||
def in_parallel?
|
||||
!!@parallel_manager
|
||||
end
|
||||
|
||||
|
||||
def in_parallel(options = {})
|
||||
@parallel_manager = true
|
||||
yield
|
||||
@parallel_manager = false
|
||||
end
|
||||
|
||||
|
||||
def setup_parallel_manager(options = {})
|
||||
end
|
||||
|
||||
|
||||
def run_parallel_requests
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user