Open scymtym opened 6 years ago
The documentation string of task-handler-bind claims that it works like handler-bind but it actually only accepts symbols as condition type specifiers:
task-handler-bind
handler-bind
(lparallel:task-handler-bind (((and error (not undefined-function)) #'continue)) …) => Ill-formed binding in `task-handler-bind': ((AND ERROR (NOT UNDEFINED-FUNCTION)) #'CONTINUE)
The documentation string of
task-handler-bind
claims that it works likehandler-bind
but it actually only accepts symbols as condition type specifiers: