Skip to content

Commit

Permalink
Removed future and proxy while they're in progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
SSheldon committed Aug 22, 2015
1 parent 46414ce commit 9f7499b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 206 deletions.
121 changes: 0 additions & 121 deletions src/future.rs

This file was deleted.

5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,8 @@ use libc::{c_long, c_void, size_t};

use ffi::*;

pub use future::Future;
pub use proxy::ProxyQueue;

/// Raw foreign function interface for libdispatch.
pub mod ffi;
mod future;
mod proxy;

/// The type of a dispatch queue.
pub enum QueueAttribute {
Expand Down
80 changes: 0 additions & 80 deletions src/proxy.rs

This file was deleted.

0 comments on commit 9f7499b

Please sign in to comment.