Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Non Blocking input on Win32 platforms

by BrowserUk (Patriarch)
on Nov 01, 2008 at 14:31 UTC ( [id://720854]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Glib;
    use Term::ReadKey;
    ...
                }
              }
    }
    
  2. or download this
    my $Qstdin = new Thread::Queue;
    async {
    ...
    ...
    
    my $kbinput = $Qstdin->dequeue;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://720854]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-19 18:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found