mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
* add: Add VoidLocker and unittest * Update src/util/locking/VoidLocker.ts Co-authored-by: Ruben Verborgh <ruben@verborgh.org> * Update src/util/locking/VoidLocker.ts Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com> * update: noop function and add debug void config * add: debug-void in readme * Update RELEASE_NOTES.md Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com> * Update config/util/README.md Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com> * add: missing line Co-authored-by: lina <lina7906@gmail.com> Co-authored-by: Ruben Verborgh <ruben@verborgh.org> Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com>
14 lines
444 B
JSON
14 lines
444 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^2.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": [
|
|
"DO NOT USE IN PRODUCTION. ONLY FOR DEVELOPMENT, TESTING, OR DEBUGGING.",
|
|
"Allows multiple simultaneous read operations and write operations without locks."
|
|
],
|
|
"@id": "urn:solid-server:default:ResourceLocker",
|
|
"@type": "VoidLocker"
|
|
}
|
|
]
|
|
}
|