Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: efc5301ba4c16d3180f811c38167df1cadf2719d
Ticket: 0b874c344dd5331a5bc28b24f723ef8905903129
Tcl SEGV
User & Date: dgp 2013-12-03 20:07:13
Changes

  1. icomment:
    Simpler still; no event loop required:
    
    proc a {} {yield; coroutine C c}
    proc b {} {yield; info frame}
    proc c {} {tailcall B}
    coroutine A a
    coroutine B b
    A
    
  2. login: "dgp"
  3. mimetype: "text/plain"