orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
272 stars 40 forks source link

Added convenience stuff for async repl. #120

Closed ivan4th closed 9 years ago

ivan4th commented 9 years ago

Added EVENT-THREAD-RUNNING-P and ENSURE-ASYNC-REPL. START-ASYNC-REPL now accepts ON-STARTUP argument that can specify a function that is run in the event thread after it's started. This helps with app startup scripts that are meant to be LOADed.