kora icon indicating copy to clipboard operation
kora copied to clipboard

Coroutines based database-vertx implementation

Open DmitrySadchikov opened this issue 1 year ago • 0 comments

The implementation of the database-vertx module, which is based on Kotlin's coroutines, instead of reactor classes. Kora context is saved and obtained exclusively through CoroutineContext.

Bug fixes:

  • In Context.Kotlin.inject method, kora context injection was added to CoroutineContext. Because of this bug, Context.Kotlin.current method always returned a new empty context.

DmitrySadchikov avatar Mar 25 '23 14:03 DmitrySadchikov