public interface NonBlocking
Threads while executing Reactor
blocking APIs, resulting in these calls throwing an exception.
Extend AbstractReactorThreadFactory for a ThreadFactory that can easily
create such threads, and optionally name them and further configure them.
See Schedulers#isBlockingCurrentThreadOk() and
Schedulers#isBlockingCurrentThreadOk(Thread) for a check that includes detecting
this marker interface.