interface Closable
interface Closable
lib/net/socket/socket.tya:16
Closable provides the net/socket/Socket standard library API.
Source
# Closable provides the net/socket/Socket standard library API.
interface Closable
# close provides the Socket API operation.
# @return Nil the resulting value.
close: ->
Methods
close
Closable.close()
lib/net/socket/socket.tya:19
close provides the Socket API operation.
Source
# close provides the Socket API operation.
# @return Nil the resulting value.
close: ->