decred.org/dcrwallet/v3@v3.1.0/internal/loader/doc.go (about) 1 // Copyright (c) 2017 The Decred developers 2 // Use of this source code is governed by an ISC 3 // license that can be found in the LICENSE file. 4 5 /* 6 Package loader provides a concurrent safe implementation of a wallet loader. 7 8 It is intended to allow creating and opening wallets as well as managing 9 services like ticket buyer by RPC servers as well other subsystems. 10 */ 11 package loader