$Date: 2005/10/26 14:50:40 $
$Revision: 1.6 $
-- Make from procedure.
-- EiffelMedia audio subsystem
-- (From EM_SHARED_SUBSYSTEMS)
-- EiffelMedia CD ROM subsystem
-- (From EM_SHARED_SUBSYSTEMS)
-- EiffelMedia joystick subsystem
-- (From EM_SHARED_SUBSYSTEMS)
-- EiffelMedia network subsystem is
-- (From EM_SHARED_SUBSYSTEMS)
-- EiffelMedia timer subsystem
-- (From EM_SHARED_SUBSYSTEMS)
-- EiffelMedia video subsystem
-- (From EM_SHARED_SUBSYSTEMS)
-- Make from procedure.
-- procedure to run
-- Aborts the thread gracelessly.
-- You should avoid using this.
-- (From EM_THREAD)
-- Wait for a thread to finish (no timeouts are supported -> worst case: wait forever, deadlock)
-- This should only be called by an other thread than this one
-- (From EM_THREAD)
-- Return True if the thread has finished its execution.
-- (From EM_THREAD)
-- Returns True if the thread is running.
-- (From EM_THREAD)
-- The return code of the function that was executed.
-- This will be -1 if is_finished is False.
-- (From EM_THREAD)
*** Since Eiffel doesn't correctly support threats, this doesn't work yet ***