How to send two data loaders simultaneously in ignite library of pytorch?

I want two train two generators simultaneously with different dataloaders/datasets. How can I send both datasets in ignite library at the time of training?