Is there a standard way of doing asynchronous I/O in RTEMS? It looks like the POSIX aio_* functions are just stubs. Basically, I want a non-blocking write to the console that fails instead of blocking the caller. Thanks. Kamen