Tcl Source Code

Check-in [e066e24f36]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch" proc.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bug-67a5eabbd3d1
Files: files | file ages | folders
SHA3-256: e066e24f36f67a8d643515b03da3b29f55fe33fe9fd465d12d62f0945e9b76a1
User & Date: pooryorick 2019-04-23 11:29:16.165
References
2019-04-24
04:57 Pending ticket [ef28eb1f15]: TCL_FILE_EVENTS cannot drive async I/O alone pl... artifact: e3eeb351db user: pooryorick
2019-04-23
13:02 Ticket [67a5eabbd3] refchan, coroutine, and postevent from the "watch"... artifact: ade7a3766c user: pooryorick
Context
2019-04-23
12:59
Ensure that Tcl_CreateTimerHandler is not called if there is an existing timer already scheduled. check-in: a4a689a760 user: pooryorick tags: bug-67a5eabbd3d1
11:29
Fix for [67a5eabbd3d1], refchan, coroutine, and postevent from the "watch" proc. check-in: e066e24f36 user: pooryorick tags: bug-67a5eabbd3d1
06:50
timerate: code style, doc style check-in: c4804bce46 user: dkf tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclIORChan.c.
Changes to tests/ioCmd.test.