Key | Value |
---|---|
as::author | Emmanuel Frecon |
as::build::date | 2015-05-22 |
as::license | BSD |
as::origin | http://sourceforge.net/projects/til |
description | This module ensures to keep a connection to a remote server opened and alive all the time. It is architected around two core ideas: writing to the socket should be made through this module and reading from the socket is handled internally and data read is handled through a caller provided callback. This library is line-communication oriented. |
entity | package |
platform | tcl |
require | Tcl -require 8.2 logger |