This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9103e43909
rust
/
src
/
rt
/
rust_upcall.h
5 lines
52 B
C
Raw
Normal View
History
Unescape
Escape
Refactor includes structure, getting rid of rust_internal.h Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h
2012-04-02 22:18:01 -05:00
#
ifndef RUST_UPCALL_H
#
define RUST_UPCALL_H
Basic async IO module using libuv
2011-06-16 00:04:31 -05:00
Refactor includes structure, getting rid of rust_internal.h Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h
2012-04-02 22:18:01 -05:00
#
endif
Reference in New Issue
Copy Permalink