Tintware Documentation : Tint Programming Language : Tint Reference : Contexts : context.freeSyntax#(%context.free) %context is the name of a context, typically obtained from #(tint.context). This call will cause the specified context to return and be deallocated. This is the only way to cause a thread (created using tint.thread) to exit. Syntax#(tint.context,,(#(#(tint.context).free))) |