Ask a question to get started
Enter to sendā¢Shift+Enter new line
isAvailable(): boolean
Return True if the channel is available (not empty), False otherwise. Subclasses should override this method to provide a more efficient implementation than calling get() and catching EmptyChannelError.