Lee Williams (American football)

Lee Williams (born October 15, 1962 in Fort Lauderdale, Florida) is a former American football defensive end and defensive tackle in the National Football League. He was drafted by the San Diego Chargers sixth overall in the 1984 NFL Supplemental Draft of USFL and CFL Players. He played college football at Bethune-Cookman.

Lee Williams
No. 99, 97
Position:Defensive lineman
Personal information
Born: (1962-10-15) October 15, 1962
Fort Lauderdale, Florida
Height:6 ft 6 in (1.98 m)
Weight:269 lb (122 kg)
Career information
College:Bethune-Cookman
Supplemental draft:1984 / Round: 1
Career history
Career highlights and awards
Career NFL statistics
Sacks:82.5
Interceptions:2
Touchdowns:1
Player stats at NFL.com
Player stats at PFR

Early years

Williams attended Stranahan High School. He accepted a football scholarship from Bethune–Cookman University.

Professional career

Williams was selected by the Tampa Bay Bandits in the 1984 USFL Territorial Draft. He was traded to the Los Angeles Express, where he played the 1984 USFL season.

He was also selected by the San Diego Chargers sixth overall in the 1984 NFL Supplemental Draft of USFL and CFL Players. He joined the Chargers to play the 1984 NFL season.

A two-time Pro Bowl selection with the Chargers, Williams also played for the Houston Oilers.

gollark: Thanks. Apparently that works. Is there a way to *cancel* that task from the function which spawns it?
gollark: I think I'm missing something then. It says```rusterror[E0373]: async block may outlive the current function, but it borrows `ws`, which is owned by the current function --> src/connection.rs:40:23 |40 | task::spawn(async { | _______________________^41 | | let mut interval = stream::interval(Duration::from_secs(10));42 | | while let Some(_) = interval.next().await {43 | | ws.send_string("Hi".to_string()); | | -- `ws` is borrowed here44 | | }45 | | }); | |_____^ may outlive borrowed value `ws````
gollark: `WebSocketConnection` is not.
gollark: I found `async-scoped`, but it seems like that would either block the entire thread or possibly cause safety issues.
gollark: Hi. I'm trying to concurrently read from a websocket and do some things with that socket at an interval, with `async_std` and `tide-websocket`. I thought I could use `task::spawn` for this, but it seems to want that to only use `'static` things, which the websocket connection is not. What's the right way to do this?

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.