KDispatcher v1.1.3 Release Notes

Release Date: 2019-10-15 // over 4 years ago
  • ➕ Added new call function with infix callWith
    Kotlin version 1.3.50
    🔨 refactor of priority parameter in

    • subscribe(notif: String, priority: Int? = null, noinline sub: Subscriber<T>)
    • subscribeList(notifs: List<String>, priority: Int? = null, noinline sub: Subscriber<T>)

    📚 extend documentation