PreviousUpNext

15.2.9  src/app/makelib/concurrency/makelib-concurrency.sublib

## makelib-concurrency.sublib
#
# Simple unix-level process concurrency for makelib.
#  - local threads (very primitive)
#  - remote compile servers (Unix only; communication via
#    pipes and shared file system)
#
#

# Compiled by:
#     src/app/makelib/makelib.sublib

SUBLIBRARY_EXPORTS

        api Makelib_Thread_Boss
        pkg makelib_thread_boss

SUBLIBRARY_COMPONENTS

        makelib-thread-boss.pkg

        $ROOT/src/app/makelib/stuff/makelib-stuff.sublib
        $ROOT/src/lib/std/standard.lib
        $ROOT/src/lib/core/internal/srcpath.lib


# Copyright (c) 2004 by The Fellowship of SML/NJ
# Author: Matthias Blume (blume@tti-c.org)
# Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
# released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext