PreviousUpNext

15.4.914  src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit.pkg

## threadkit.pkg

# Compiled by:
#     src/lib/std/standard.lib



###              "What may be done at any time
###               will be done at no time."
###
###                       -- Scottish proverb



package   threadkit
: (weak)  Threadkit                             # Threadkit                     is from   src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit.api
{
    include microthread;                        # microthread                   is from   src/lib/src/lib/thread-kit/src/core-thread-kit/microthread.pkg
    include mailslot;                           # mailslot                      is from   src/lib/src/lib/thread-kit/src/core-thread-kit/mailslot.pkg
    include maildrop;                           # maildrop                      is from   src/lib/src/lib/thread-kit/src/core-thread-kit/maildrop.pkg
    include oneshot_maildrop;                   # oneshot_maildrop              is from   src/lib/src/lib/thread-kit/src/core-thread-kit/oneshot-maildrop.pkg
    include mailqueue;                          # mailqueue                     is from   src/lib/src/lib/thread-kit/src/core-thread-kit/mailqueue.pkg
    include mailcaster;                         # mailcaster                    is from   src/lib/src/lib/thread-kit/src/lib/mailcaster.pkg
    include mailop;                             # mailop                        is from   src/lib/src/lib/thread-kit/src/core-thread-kit/mailop.pkg
    include task_junk;                          # task_junk                     is from   src/lib/src/lib/thread-kit/src/core-thread-kit/task-junk.pkg
    include timeout_mailop;                     # timeout_mailop                is from   src/lib/src/lib/thread-kit/src/core-thread-kit/timeout-mailop.pkg
    include thread_scheduler_control;           # thread_scheduler_control      is from   src/lib/src/lib/thread-kit/src/posix/thread-scheduler-control.pkg
};



## COPYRIGHT (c) 1989-1991 John H. Reppy
## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2013,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext