Tcl Source Code

View Ticket
Login
Ticket UUID: 1586860
Title: TIP 287: [chan pendinginput] and [chan pendingoutput]
Type: RFE Created on: 2006-10-29 21:38:44
Submitter: cleverly Assigned to: andreas_kupries
Subsystem: 24. Channel Commands Severity:
Priority: 5 Medium Last modified: 2006-12-01 22:56:12
Status: Closed Closed by: dgp
Resolution: Accepted Closed on: 2006-12-01 15:56:12
Version: None
Description:
Attached is a patch to implement the [chan available]
subcommand proposed by TIP #287.
User Comments:
cleverly added on 2006-10-30 04:38:44:

File Added - 200550: tip287.patch

cleverly added on 2006-11-01 11:01:42:
Logged In: YES 
user_id=22080

Attaching a patch for chan.test that includes a test for
event-driven socket I/O.

cleverly added on 2006-11-01 11:01:43:

File Added - 200918: chan.test.patch

cleverly added on 2006-11-06 07:03:34:

File Added - 201502: tip287-revised.patch

Logged In: YES 
user_id=22080

Following suggestions from Donald Arseneau and Donal Fellows
on c.l.t. I've revised the TIP to call for the addition of
two subcommands: [chan pendinginput] (corresponds to my
original [chan available]) and a new [chan pendingoutput]
(added for symmetrys sake).  I'm attaching a revised patch
(code, docs and test cases).

cleverly added on 2006-11-22 12:54:39:

File Added - 203926: tip287-revised-revised.patch

Logged In: YES 
user_id=22080
Originator: YES

Modified to implement "chan pending input $channelId" and "chan pending output $channelId" (suggested by Donald Porter and Joe English on the tcl-core mailing list).

dgp added on 2006-12-01 22:56:12:
Logged In: YES 
user_id=80530
Originator: NO


patch committed for 8.5b1

Attachments: