Module: HTTPX::Session::ForkTracker
- Included in:
- HTTPX::Session
- Defined in:
- lib/httpx/session.rb
Instance Method Summary collapse
Instance Method Details
#_fork ⇒ Object
533 534 535 536 537 |
# File 'lib/httpx/session.rb', line 533 def _fork pid = super Session.after_fork if pid.zero? pid end |