Changeset 4570 for trunk/compiler

Show
Ignore:
Timestamp:
11/05/08 10:47:13 (2 months ago)
Author:
pmoura
Message:

Simplified the implementation of the threaded/1 multi-threading built-in predicate.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compiler/logtalk.pl

    r4569 r4570  
    78457845 
    78467846 
    7847 '$lgt_tr_threaded_individual_goal'(TGoal, Queue, thread_create('$lgt_mt_threaded_call'(TGoal, Queue), [at_exit('$lgt_mt_exit_handler'(Id, Queue))]), Id, id(Id, TGoal, _)). 
     7847'$lgt_tr_threaded_individual_goal'(TGoal, Queue, thread_create('$lgt_mt_threaded_call'(TGoal, Queue), Id, [at_exit('$lgt_mt_exit_handler'(Id, Queue))]), id(Id, TGoal, _)). 
    78487848 
    78497849