I'm trying to create an output port that wraps a set of foreign interface functions.
The ffi has a bytes_writable function which tells how many bytes can be written as well as a write_bytes function that does the writing. In this case I need to poll with bytes_writable until it returns more than 0 before I can make the event ready. what is a good way to implement the event? Thanks, Curt -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.