Skip to content

Add support for File/IO objects to migrate_simple_value #8

@postmodern

Description

@postmodern

It should be possible to pass a TCPSocket to a new Thread:

loop do
  Thread.new(@server.accept) do |client|
    client.puts "hello"
    client.close
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions