On 19 Apr 2014, at 19:53, James M. Lawrence <llmjjmll@gmail.com> wrote:
[…]
> What should bt:thread-yield do? (sleep 0) or (sleep 0.01) or (sleepABCL should implement a THREADS:YIELD primitive mapping directly to
> least-positive-single-float) or something else?
java.lang.Thread.yield().
In the intermin, impelement bt:thread-yield as
(java:jcall "yield" (java:jstatic "currentThread" "java.lang.Thread”))
--
"A screaming comes across the sky. It has happened before but there is nothing
to compare to it now."
_______________________________________________
Armedbear-devel mailing list
Armedbear-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel