Skip to content

Commit 253255b

Browse files
committed
Move async stuff to danog/php-tokio
1 parent 725dfec commit 253255b

File tree

3 files changed

+0
-184
lines changed

3 files changed

+0
-184
lines changed

src/zend/borrow_unchecked.rs

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/zend/fibers.rs

Lines changed: 0 additions & 126 deletions
This file was deleted.

src/zend/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ mod function;
88
mod globals;
99
mod handlers;
1010
mod module;
11-
mod fibers;
12-
mod borrow_unchecked;
1311

1412
use crate::{error::Result, ffi::php_printf};
1513
use std::ffi::CString;
@@ -20,10 +18,6 @@ pub use ex::ExecuteData;
2018
pub use function::FunctionEntry;
2119
pub use function::Function;
2220
pub use globals::ExecutorGlobals;
23-
pub use fibers::RUNTIME;
24-
pub use fibers::EventLoop;
25-
pub use borrow_unchecked::borrow_unchecked;
26-
pub use borrow_unchecked::BorrowUnchecked;
2721
pub use handlers::ZendObjectHandlers;
2822
pub use module::ModuleEntry;
2923

0 commit comments

Comments
 (0)