consortium-ipc 0.2.0

Core IPC primitives for Consortium
Documentation
1
2
3
4
5
error: function pointers are not allowed in IpcSafe types: code addresses are not portable across processor cores
 --> tests/ui/ipc_safe/fail/function_pointer.rs:5:15
  |
5 |     callback: fn(u32) -> u32,
  |               ^^^^^^^^^^^^^^