This website requires JavaScript.
Explore
Help
Register
Sign In
tursom
/
memgraph
Watch
1
Star
0
Fork
0
You've already forked memgraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
93b174afd7
memgraph
/
include
/
io
/
uv
/
core.hpp
11 lines
94 B
C++
Raw
Normal View
History
Unescape
Escape
ifndef are replaced with the pragma once
2015-12-08 04:51:55 +08:00
#
pragma once
a wild random checkpoint commit appeared
2015-08-30 07:12:46 +08:00
#
include
<uv.h>
namespace
uv
{
using
callback_t
=
void
(
*
)
(
uv_handle_t
*
)
;
}
Reference in New Issue
Copy Permalink