Synchronous dispatch in Combine?

Is there a way to call synchronous methods on Combine schedulers (except for ImmediateScheduler)? For example - I use DispatchQueue.main as my scheduler, is there a way I can tell combine to make a blocking call.