Skip to content
  • Mark Evenson's avatar
    Fix virtual threading interfaces · c108c603
    Mark Evenson authored
    Native threads are now the default, even if the underlying platform
    affords us a virtual threads interface.
    
    The ability to invoke virtual threads is indicated by the presence of
    the :VIRTUAL-THREADS in CL:*FEATURES*
    
    Virtual threads may be spawned by setting the value of
    THREADS:*THREADING-MODEL* to :VIRTUAL before invoking
    THREADS:MAKE-THREAD.
    c108c603