[erlisp-devel] receive

Dirk Gerrits dirk at dirkgerrits.com
Fri Sep 2 03:53:53 UTC 2005


Eric Lavigne wrote:
> (setf msg (receive t))
> 
> Would this receive any available message and assign that message to msg?

(setf msg (receive-with-matcher (cond-matcher m) (t m)))

should.

- Dirk




More information about the Erlisp-devel mailing list