Replace IOLIB-SOURCE-FILE class with :AROUND-COMPILE wrapper
[iolib.git] / src / multiplex / detect.lisp
blobbdcc8f87b06f87dbcdaa4169ffca69c70a5c28fd
1 ;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
2 ;;;
3 ;;; --- Detect available multiplexers.
4 ;;;
6 (in-package :iolib.multiplex)
8 ;;; TODO: do real detecting here
9 (setf *default-multiplexer*
10 (cdar (sort *available-multiplexers* #'< :key #'car)))