aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-25 14:15:46 +0200
committerGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-25 14:15:46 +0200
commitedb95b5914045f55e676a85f84446841e17302c0 (patch)
treec1d0af3e320758c531b5a3e12e83872f36abadd5
parentMerge branch 'fix/darwin-icu' into update/options (diff)
downloadgolite-edb95b5914045f55e676a85f84446841e17302c0.tar.gz
golite-edb95b5914045f55e676a85f84446841e17302c0.tar.xz
Add: Initial usleep option
[ci skip]
-rw-r--r--sqlite3_opt_usleep.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/sqlite3_opt_usleep.go b/sqlite3_opt_usleep.go
new file mode 100644
index 0000000..d6ed38f
--- /dev/null
+++ b/sqlite3_opt_usleep.go
@@ -0,0 +1,13 @@
+// +build cgo
+// +build windows
+
+// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
+//
+// Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
+
+package sqlite3
+
+/*
+
+/*