/[guile]/guile/guile-core/libguile/threads.c
ViewVC logotype

Diff of /guile/guile-core/libguile/threads.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by ela, Sat Jun 14 05:36:02 2003 UTC revision 1.57 by kryde, Mon Jul 7 22:00:34 2003 UTC
# Line 418  create_thread (scm_t_catch_body body, vo Line 418  create_thread (scm_t_catch_body body, vo
418    
419  SCM_DEFINE (scm_call_with_new_thread, "call-with-new-thread", 2, 0, 0,  SCM_DEFINE (scm_call_with_new_thread, "call-with-new-thread", 2, 0, 0,
420              (SCM thunk, SCM handler),              (SCM thunk, SCM handler),
421  "Evaluate @var{(thunk)} in a new thread, and new dynamic context, "  "Evaluate @code{(@var{thunk})} in a new thread, and new dynamic context, "
422  "returning a new thread object representing the thread. "  "returning a new thread object representing the thread. "
423  "If an error occurs during evaluation, call error-thunk, passing it an "  "If an error occurs during evaluation, call error-thunk, passing it an "
424  "error code describing the condition. "  "error code describing the condition. "

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26