reactor/reactor-pool

Replace generic RuntimeException with pool-specific exceptions

simonbasle opened this issue · 0 comments

Prime example is RuntimeException propagated to pending monos in disposeLater, which could benefit from being specific (eg. PoolShutdownException).

Maybe do the same for the IllegalStateException that is thrown when the max pending queue size is reached?