class Async::IO

def self.[] instance

Return the wrapper for a given native IO instance.
def self.[] instance
	WRAPPERS[instance.class]
end