9 | * In other words it converts an asynchronous stream of events into a synchronous receiver of events
10 | *
11 | * @author Tim Fox
12 | * @deprecated This project will be removed with Quasar being effectively abandoned
13 | */
14 | @Deprecated
15 | public interface HandlerReceiverAdaptor
9 | * Note that the `receive` methods may block the calling fiber but will not block an underlying kernel thread.
10 | *
11 | * @author Tim Fox
12 | * @deprecated This project will be removed with Quasar being effectively abandoned
13 | */
14 | @Deprecated
15 | public interface Receiver