Tagged in

Kodebox

CodeChain
CodeChain
Programmable multi-asset chain
More information
Followers
435
Elsewhere
More, on Medium

Read-writers lock — Accessing shared resources

In multithreaded programming, when accessing a shared resource, a mutex is used to ensure that not more than one thread is allowed to change resources simultaneously. A mutex guarantees safety because it restricts the number of threads accessing a…


Solidity Language Support for VSCode

Posted by CodeChain Team on Sat, Oct 14, 2017

Solidity Language Support for VSCode is now available at the Visual Studio Code Marketplace. This extension is powered by solidity-language-server which was released as an open source project a…


Open Sourcing language-solidity, a Solidity parser written in TypeScript

Posted by CodeChain Team on Tue, Nov 7, 2017

Solidity is a new experimental language for writing smart contracts. It is still in an early stage of development and lacks the tooling…