Ticket #769 (enhancement)
Opened 9 months ago
Last modified 2 months ago
Add a subclass of WSPBus with Unix-native wait
Status: new
| Reported by: | fumanchu | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | engine | Keywords: | |
| Cc: |
There's already one for Win32 which uses win32event.WaitForSingleObject?. Surely there's a *nix equivalent.


Would one based on select() be feasible?