@@ -156,13 +156,22 @@ rmtmod runsmod servermod tasksmod testsmod - + + ulex ) - + +;; ;; ulex parameters +;; (work-method 'direct) +;; (return-method 'direct) + + ;; ulex parameters + (work-method 'mailbox) + (return-method 'mailbox) + ;; fake out readline usage of toplevel-command (define (toplevel-command . a) #f) (define *didsomething* #f) (define *db* #f) ;; this is only for the repl, do not use in general!!!!