Add package once (#1636)

This commit is contained in:
Euan 2020-09-11 10:28:47 +01:00 committed by GitHub
parent e4f0f7b414
commit 67c7cd9deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19520,5 +19520,17 @@
"description": "Cross platform system API for os and net.",
"license": "Apache-2.0",
"web": "https://github.com/xflywind/async"
},
{
"name": "once",
"url": "https://git.sr.ht/~euantorano/once.nim",
"method": "git",
"tags": [
"once",
"threading"
],
"description": "Once provides a type that will enforce that a callback is invoked only once.",
"license": "BSD3",
"web": "https://git.sr.ht/~euantorano/once.nim"
}
]