Sha256: b239b2975fb4ef452daa6d8c5253b6e85d423658feb2ec2b6705dc444efd7ae5

Contents?: true

Size: 421 Bytes

Versions: 19

Compression:

Stored size: 421 Bytes

Contents

module HTTPX
  class Selector
    READABLE: :r | :rw
    WRITABLE: :w | :rw

    def register: (_ToIO) -> void
    def deregister: (_ToIO) -> void

    def select: (Numeric?) { (_ToIO) -> void } -> void
    
    private

    def initialize: () -> untyped

    def select_many: (Numeric?) { (_ToIO) -> void } -> void
    def select_one: (Numeric?) { (_ToIO) -> void } -> void
  end

  type io_interests = :r | :w | :rw
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
httpx-0.15.2 sig/selector.rbs
httpx-0.15.1 sig/selector.rbs
httpx-0.15.0 sig/selector.rbs
httpx-0.14.5 sig/selector.rbs
httpx-0.14.4 sig/selector.rbs
httpx-0.14.3 sig/selector.rbs
httpx-0.14.2 sig/selector.rbs
httpx-0.14.1 sig/selector.rbs
httpx-0.14.0 sig/selector.rbs
httpx-0.13.2 sig/selector.rbs
httpx-0.13.1 sig/selector.rbs
httpx-0.13.0 sig/selector.rbs
httpx-0.12.0 sig/selector.rbs
httpx-0.11.3 sig/selector.rbs
httpx-0.11.2 sig/selector.rbs
httpx-0.11.1 sig/selector.rbs
httpx-0.11.0 sig/selector.rbs
httpx-0.10.2 sig/selector.rbs
httpx-0.10.1 sig/selector.rbs