NiccoMlt / Protelis-Web

Web server for Protelis frontends
GNU General Public License v3.0
1 stars 0 forks source link

Investigate if asynchronous conflicts are possible #15

Closed NiccoMlt closed 4 years ago

NiccoMlt commented 4 years ago

Considering the problem addressed on cescoffier/vertx-completable-future, the usage of CompletableFuture from Kotlin Coroutines in combination with Vert.x asynchronous mechanisms may or may not give problems.

Investigate, maybe with the help of official Vert.x Coroutines docs, if there might be problems.

NiccoMlt commented 4 years ago

Should be OK now