emilbarton has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I've released the second version of my programs in perl6 for the Psybox, which is an RPi-Arduino device for parapsychological research.
https://github.com/emilbarton/psybox
I hope you'll enjoy it.
There's a problem that I can't correct : seems impossible to have two promises planned at the same time. One is an IO::Socket::Async. When run together with a background pin checker, the IO server requires to be triggered by hitting 'enter' on the readline. If anyone can help, I'll be delighted.
See: https://github.com/emilbarton/psybox/blob/master/RPi/perl6/psyboxctl.pl#L158.
Cf. Promise
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl6: Can't plan two Promises simultaneously on Psybox
by stevieb (Canon) on Jun 03, 2016 at 13:59 UTC | |
by emilbarton (Scribe) on Jun 03, 2016 at 14:34 UTC | |
by stevieb (Canon) on Jun 03, 2016 at 14:38 UTC | |
|
Re: Perl6: Can't plan two Promises simultaneously on Psybox
by Anonymous Monk on Jun 03, 2016 at 13:08 UTC |