-
Updated
Jul 9, 2021 - Kotlin
coroutines
Here are 2,026 public repositories matching this topic...
-
Updated
Jul 30, 2021 - C++
-
Updated
Jul 29, 2021 - Kotlin
-
Updated
Jul 13, 2021 - Python
-
Updated
Jul 31, 2021 - Kotlin
-
Updated
Jul 30, 2021 - Kotlin
-
Updated
Jul 16, 2021 - PHP
-
Updated
Jun 5, 2021
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Oct 24, 2019 - PHP
-
Updated
Jul 28, 2021 - C
-
Updated
Jul 29, 2021 - C++
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jul 4, 2021 - Kotlin
-
Updated
Jul 31, 2021 - Kotlin
配置设置问题咨询
-
Updated
Jul 26, 2021 - Java
-
Updated
Apr 7, 2019 - Swift
If you want to contribute android projects to awesome-android-kotlin-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Jun 4, 2021 - Kotlin
-
Updated
Jul 17, 2021 - Kotlin
-
Updated
Jul 3, 2021 - Kotlin
-
Updated
Jun 6, 2018 - Kotlin
-
Updated
Nov 2, 2020 - Kotlin
Extend existing collection extension methods like isEmpty
and isNotEmpty
to include contracts that imply whenever the verified collections are not null.
For example:
/**
* @return true if the array is null or has no elements.
*/
@OptIn(ExperimentalContracts::class)
fun <Type> GdxArray<Type>?.isEmpty(): Boolean {
contract {
returns(false) implies (this@isEmpty != nu
-
Updated
Jul 30, 2021 - Kotlin
-
Updated
Jun 10, 2021 - Rust
Improve this page
Add a description, image, and links to the coroutines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coroutines topic, visit your repo's landing page and select "manage topics."
SMProxy的账号密码端口和ip能设置与原mysql一样的吗?比如都设置为 127.0.0.1 root 123456 3306
目的是为了防止这个访问突然断了后直接连回mysql,或者说这服务有守护进程在的吗?服务挂了会重启或服务器挂了重启它也跟着重启而不需要手动启动