All of the awaitable calls in the inotify loop only block to postpone notifications. Only gcode notifications require async processing due to metadata analysis. Queue these notifications while allowing inotify events to be received concurrently. Signed-off-by: Eric Callahan <arksine.code@gmail.com> fix