Uses of Class
io.vertx.rxjava3.ext.unit.Async
Packages that use Async
-
Uses of Async in io.vertx.rxjava3.ext.unit
Fields in io.vertx.rxjava3.ext.unit with type parameters of type AsyncMethods in io.vertx.rxjava3.ext.unit that return AsyncModifier and TypeMethodDescriptionTestContext.async()Create and returns a new async object, the returned async controls the completion of the test.TestContext.async(int count) Create and returns a new async object, the returned async controls the completion of the test.static AsyncAsync.newInstance(Async arg) TestContext.strictAsync(int count) Create and returns a new async object, the returned async controls the completion of the test.