PreviousUpNext

15.4.917  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 threadkit_version;                  # threadkit_version             is from   src/lib/src/lib/thread-kit/src/core-thread-kit/threadkit-version.pkg
    include thread;                             # thread                        is from   src/lib/src/lib/thread-kit/src/core-thread-kit/thread.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 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-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext