Relative Content

Tag Archive for javamultithreadingproject-reactor

subscribeOn specific thread doesnt get overritten

im trying to make publisher from specific scheduler.
i want the downstream operators to be on subscription thread by default (i.e if the callee didn’t specify the thread his operators would be run on the thread he calls subscribe from).